Html Css Color HEX #FA478B Violet Red

📋 copy color: '#FA478B'

red 250 ◦ green 71 ◦ blue 139

#FA478B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Red #FA478B

Tints of Violet Red #FA478B

RGB

 RED value IS 250 (98.05% from 255) = 54.35%

 GREEN value IS 71 (28.13% from 255) = 15.43%

 BLUE value IS 139 (54.69% from 255) = 30.22%

R = 54.35%
G = 15.43%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FA478B (or 0xFA478B) is known color: Violet Red. HEX triplet: FA, 47 and 8B. RGB value is (250,71,139). Sum of RGB (Red+Green+Blue) = 250+71+139=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA478B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA478B is #05B874. Grayscale: #848484. Windows color (decimal): -374901 or 9127930. OLE color: 9127930.

HSL color Cylindrical-coordinate representation of color #FA478B: hue angle of 337.21º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA478B is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 71 139 -
CMYK 0 0.72 0.44 0.02
HSL 337.21º 0.95% 0.63% -
HSV(B) 337.21º 0.72% 0.98% -
XYZ 46.34 26.69 27.14 -
YUV 132.27 131.8 211.97 -
System Red Green Blue C M Y K H S L
Decimal 250 71 139 0 0.72 0.44 0.02 337.21 0.95 0.63
Hex FA 47 8B 0 48 2C 2 151 5F 3F
Octal 372 107 213 0 110 54 2 521 137 77
Binary 11111010 1000111 10001011 0 1001000 101100 10 101010001 1011111 111111

Color Harmonies of #FA478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA478B

Black with #FA478B

Text Example


Text Example

White with #FA478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA478B; }

 p { color: rgb(250,71,139); }

 H1.HeaderClassName
 {
   color: #FA478B;
 }
 .AnyTagClassName
 {
   color: #FA478B;
 }
</style>

background-color css

<style>
 a { background-color: #FA478B; }

 a { background-color: rgb(250,71,139); }

 div.DivClassName
 {
   background-color: #FA478B;
 }
 .BgClassName
 {
   background-color: #FA478B;
 }
</style>

border-color css

<style>
 span { border-color: #FA478B; }

 span { border-color: rgb(250,71,139); }

 td.TdClassName
 {
   border-color: #FA478B;
 }
 .TagClassName
 {
   border-color: #FA478B;
 }
</style>