#F32A6F

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

Shades of Cerise #F32A6F

Tints of Cerise #F32A6F

Color information

#F32A6F (or 0xF32A6F) is unknown color: approx Cerise. HEX triplet: F3, 2A and 6F. RGB value is (243,42,111). Sum of RGB (Red+Green+Blue) = 243+42+111=396 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.36% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32A6F is #0CD590. Grayscale: #6D6D6D. Windows color (decimal): -841105 or 7285491. OLE color: 7285491.

HSL color Cylindrical-coordinate representation of color #F32A6F: hue angle of 339.4º 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 #F32A6F is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB24342111-
CMYK00.830.540.05
HSL339.4º89.33%55.88%-
HSV(B)339.4º82.72%95.29%-
XYZ40.6621.8617.12-
YUV109.96128.59222.89-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 61.36%
GREEN value IS 42 (16.80% from 255) = 10.61%
BLUE value IS 111 (43.75% from 255) = 28.03%
R=61.36%
G=10.61%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2434211100.830.540.05339.489.3355.88
HexF32A6F0533651535938
Octal36352157012366552313170
Binary111100111010101101111010100111101101011010100111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32A6F; }

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

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

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

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

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

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

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

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