#F32D82

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

Shades of Deep Cerise #F32D82

Tints of Deep Cerise #F32D82

Color information

#F32D82 (or 0xF32D82) is unknown color: approx Deep Cerise. HEX triplet: F3, 2D and 82. RGB value is (243,45,130). Sum of RGB (Red+Green+Blue) = 243+45+130=418 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.13% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32D82 is #0CD27D. Grayscale: #717171. Windows color (decimal): -840318 or 8531443. OLE color: 8531443.

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

Color convert

RGB24345130-
CMYK00.810.470.05
HSL334.24º89.19%56.47%-
HSV(B)334.24º81.48%95.29%-
XYZ41.9322.5423.26-
YUV113.89137.1220.09-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 58.13%
GREEN value IS 45 (17.97% from 255) = 10.77%
BLUE value IS 130 (51.17% from 255) = 31.10%
R=58.13%
G=10.77%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2434513000.810.470.05334.2489.1956.47
HexF32D820512F514e5938
Octal36355202012157551613170
Binary1111001110110110000010010100011011111011010011101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32D82; }

 p { color: rgb(243,45,130); }

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

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

 a { background-color: rgb(243,45,130); }

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

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

 span { border-color: rgb(243,45,130); }

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