#F32A70

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

Shades of Cerise #F32A70

Tints of Cerise #F32A70

Color information

#F32A70 (or 0xF32A70) is unknown color: approx Cerise. HEX triplet: F3, 2A and 70. RGB value is (243,42,112). Sum of RGB (Red+Green+Blue) = 243+42+112=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32A70 is #0CD58F. Grayscale: #6E6E6E. Windows color (decimal): -841104 or 7351027. OLE color: 7351027.

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

Color convert

RGB24342112-
CMYK00.830.540.05
HSL339.1º89.33%55.88%-
HSV(B)339.1º82.72%95.29%-
XYZ40.7121.8817.41-
YUV110.08129.09222.81-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 61.21%
GREEN value IS 42 (16.80% from 255) = 10.58%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=61.21%
G=10.58%
B=28.21%

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
Decimal2434211200.830.540.05339.189.3355.88
HexF32A700533651535938
Octal36352160012366552313170
Binary111100111010101110000010100111101101011010100111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32A70; }

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

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

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

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

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

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

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

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