#F32275

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

Shades of Cerise #F32275

Tints of Cerise #F32275

Color information

#F32275 (or 0xF32275) is unknown color: approx Cerise. HEX triplet: F3, 22 and 75. RGB value is (243,34,117). Sum of RGB (Red+Green+Blue) = 243+34+117=394 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.68% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 243 - color contains mainly: red. Hex color #F32275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32275 is #0CDD8A. Grayscale: #696969. Windows color (decimal): -843147 or 7676659. OLE color: 7676659.

HSL color Cylindrical-coordinate representation of color #F32275: hue angle of 336.17º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32275 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB24334117-
CMYK00.860.520.05
HSL336.17º89.7%54.31%-
HSV(B)336.17º86.01%95.29%-
XYZ40.7521.4818.83-
YUV105.95134.24225.75-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 61.68%
GREEN value IS 34 (13.67% from 255) = 8.63%
BLUE value IS 117 (46.09% from 255) = 29.70%
R=61.68%
G=8.63%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2433411700.860.520.05336.1789.754.31
HexF322750563451505a36
Octal36342165012664552013266
Binary111100111000101110101010101101101001011010100001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32275; }

 p { color: rgb(243,34,117); }

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

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

 a { background-color: rgb(243,34,117); }

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

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

 span { border-color: rgb(243,34,117); }

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