#F9418C

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

Shades of Violet Red #F9418C

Tints of Violet Red #F9418C

Color information

#F9418C (or 0xF9418C) is unknown color: approx Violet Red. HEX triplet: F9, 41 and 8C. RGB value is (249,65,140). Sum of RGB (Red+Green+Blue) = 249+65+140=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F9418C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9418C is #06BE73. Grayscale: #808080. Windows color (decimal): -441972 or 9191929. OLE color: 9191929.

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

Color convert

RGB24965140-
CMYK00.740.440.02
HSL335.54º93.88%61.57%-
HSV(B)335.54º73.9%97.65%-
XYZ45.6925.8127.39-
YUV128.57134.46213.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.85%
GREEN value IS 65 (25.78% from 255) = 14.32%
BLUE value IS 140 (55.08% from 255) = 30.84%
R=54.85%
G=14.32%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496514000.740.440.02335.5493.8861.57
HexF9418C04A2C21505e3e
Octal371101214011254252013676
Binary1111100110000011000110001001010101100101010100001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9418C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9418C; }

 p { color: rgb(249,65,140); }

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

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

 a { background-color: rgb(249,65,140); }

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

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

 span { border-color: rgb(249,65,140); }

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