#F9418D

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

Shades of Violet Red #F9418D

Tints of Violet Red #F9418D

Color information

#F9418D (or 0xF9418D) is unknown color: approx Violet Red. HEX triplet: F9, 41 and 8D. RGB value is (249,65,141). Sum of RGB (Red+Green+Blue) = 249+65+141=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F9418D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9418D is #06BE72. Grayscale: #808080. Windows color (decimal): -441971 or 9257465. OLE color: 9257465.

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

Color convert

RGB24965141-
CMYK00.740.430.02
HSL335.22º93.88%61.57%-
HSV(B)335.22º73.9%97.65%-
XYZ45.7625.8427.78-
YUV128.68134.96213.82-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.73%
GREEN value IS 65 (25.78% from 255) = 14.29%
BLUE value IS 141 (55.47% from 255) = 30.99%
R=54.73%
G=14.29%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496514100.740.430.02335.2293.8861.57
HexF9418D04A2B214f5e3e
Octal371101215011253251713676
Binary1111100110000011000110101001010101011101010011111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9418D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9418D; }

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

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

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

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

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

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

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

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