Html Css Color HEX #FA478F Violet Red

📋 copy color: '#FA478F'

red 250 ◦ green 71 ◦ blue 143

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

Shades of Violet Red #FA478F

Tints of Violet Red #FA478F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.82%

R = 53.88%
G = 15.3%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA478F (or 0xFA478F) is known color: Violet Red. HEX triplet: FA, 47 and 8F. RGB value is (250,71,143). Sum of RGB (Red+Green+Blue) = 250+71+143=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA478F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA478F is #05B870. Grayscale: #848484. Windows color (decimal): -374897 or 9390074. OLE color: 9390074.

HSL color Cylindrical-coordinate representation of color #FA478F: hue angle of 335.87º 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 #FA478F is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 71 143 -
CMYK 0 0.72 0.43 0.02
HSL 335.87º 0.95% 0.63% -
HSV(B) 335.87º 0.72% 0.98% -
XYZ 46.64 26.81 28.7 -
YUV 132.73 133.8 211.65 -
System Red Green Blue C M Y K H S L
Decimal 250 71 143 0 0.72 0.43 0.02 335.87 0.95 0.63
Hex FA 47 8F 0 48 2B 2 150 5F 3F
Octal 372 107 217 0 110 53 2 520 137 77
Binary 11111010 1000111 10001111 0 1001000 101011 10 101010000 1011111 111111

Color Harmonies of #FA478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA478F

Black with #FA478F

Text Example


Text Example

White with #FA478F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA478F; }

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

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

background-color css

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

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

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

border-color css

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

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

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