#F32A6E

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

Shades of Cerise #F32A6E

Tints of Cerise #F32A6E

Color information

#F32A6E (or 0xF32A6E) is unknown color: approx Cerise. HEX triplet: F3, 2A and 6E. RGB value is (243,42,110). Sum of RGB (Red+Green+Blue) = 243+42+110=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32A6E is #0CD591. Grayscale: #6D6D6D. Windows color (decimal): -841106 or 7219955. OLE color: 7219955.

HSL color Cylindrical-coordinate representation of color #F32A6E: hue angle of 339.7º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32A6E is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB24342110-
CMYK00.830.550.05
HSL339.7º89.33%55.88%-
HSV(B)339.7º82.72%95.29%-
XYZ40.621.8416.83-
YUV109.85128.09222.97-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 61.52%
GREEN value IS 42 (16.80% from 255) = 10.63%
BLUE value IS 110 (43.36% from 255) = 27.85%
R=61.52%
G=10.63%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2434211000.830.550.05339.789.3355.88
HexF32A6E0533751545938
Octal36352156012367552413170
Binary111100111010101101110010100111101111011010101001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32A6E; }

 p { color: rgb(243,42,110); }

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

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

 a { background-color: rgb(243,42,110); }

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

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

 span { border-color: rgb(243,42,110); }

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