#F2417E

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

Shades of Violet Red #F2417E

Tints of Violet Red #F2417E

Color information

#F2417E (or 0xF2417E) is unknown color: approx Violet Red. HEX triplet: F2, 41 and 7E. RGB value is (242,65,126). Sum of RGB (Red+Green+Blue) = 242+65+126=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F2417E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2417E is #0DBE81. Grayscale: #7C7C7C. Windows color (decimal): -900738 or 8274418. OLE color: 8274418.

HSL color Cylindrical-coordinate representation of color #F2417E: hue angle of 339.32º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F2417E is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB24265126-
CMYK00.730.480.05
HSL339.32º87.19%60.2%-
HSV(B)339.32º73.14%94.9%-
XYZ42.2724.1622.17-
YUV124.88128.64211.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.89%
GREEN value IS 65 (25.78% from 255) = 15.01%
BLUE value IS 126 (49.61% from 255) = 29.10%
R=55.89%
G=15.01%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426512600.730.480.05339.3287.1960.2
HexF2417E049305153573c
Octal362101176011160552312774
Binary1111001010000011111110010010011100001011010100111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2417E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2417E; }

 p { color: rgb(242,65,126); }

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

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

 a { background-color: rgb(242,65,126); }

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

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

 span { border-color: rgb(242,65,126); }

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