#F2437E

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

Shades of Violet Red #F2437E

Tints of Violet Red #F2437E

Color information

#F2437E (or 0xF2437E) is unknown color: approx Violet Red. HEX triplet: F2, 43 and 7E. RGB value is (242,67,126). Sum of RGB (Red+Green+Blue) = 242+67+126=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2437E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2437E is #0DBC81. Grayscale: #7D7D7D. Windows color (decimal): -900226 or 8274930. OLE color: 8274930.

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

Color convert

RGB24267126-
CMYK00.720.480.05
HSL339.77º87.06%60.59%-
HSV(B)339.77º72.31%94.9%-
XYZ42.3924.422.21-
YUV126.05127.98210.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.63%
GREEN value IS 67 (26.56% from 255) = 15.40%
BLUE value IS 126 (49.61% from 255) = 28.97%
R=55.63%
G=15.40%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426712600.720.480.05339.7787.0660.59
HexF2437E048305154573d
Octal362103176011060552412775
Binary1111001010000111111110010010001100001011010101001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2437E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2437E; }

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

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

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

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

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

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

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

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