#F9478A

Color #F9478A Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #F9478A

Tints of Violet Red #F9478A

Color information

#F9478A (or 0xF9478A) is unknown color: approx Violet Red. HEX triplet: F9, 47 and 8A. RGB value is (249,71,138). Sum of RGB (Red+Green+Blue) = 249+71+138=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 71 (28.12% from 255 or 15.50% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F9478A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9478A is #06B875. Grayscale: #838383. Windows color (decimal): -440438 or 9062393. OLE color: 9062393.

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

Color convert

RGB24971138-
CMYK00.710.450.02
HSL337.42º93.68%62.75%-
HSV(B)337.42º71.49%97.65%-
XYZ45.9126.4826.74-
YUV131.86131.47211.55-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.37%
GREEN value IS 71 (28.12% from 255) = 15.50%
BLUE value IS 138 (54.30% from 255) = 30.13%
R=54.37%
G=15.50%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497113800.710.450.02337.4293.6862.75
HexF9478A0472D21515e3f
Octal371107212010755252113677
Binary1111100110001111000101001000111101101101010100011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9478A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9478A; }

 p { color: rgb(249,71,138); }

 H1.HeaderClassName
 {
   color: #F9478A;
 }
 .AnyTagClassName
 {
   color: #F9478A;
 }
</style>
background-color css

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

 a { background-color: rgb(249,71,138); }

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

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

 span { border-color: rgb(249,71,138); }

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