#F32583

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

Shades of Deep Pink #F32583

Tints of Deep Pink #F32583

Color information

#F32583 (or 0xF32583) is unknown color: approx Deep Pink. HEX triplet: F3, 25 and 83. RGB value is (243,37,131). Sum of RGB (Red+Green+Blue) = 243+37+131=411 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.12% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 243 - color contains mainly: red. Hex color #F32583 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32583 is #0CDA7C. Grayscale: #6D6D6D. Windows color (decimal): -842365 or 8594931. OLE color: 8594931.

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

Color convert

RGB24337131-
CMYK00.850.460.05
HSL332.62º89.57%54.9%-
HSV(B)332.62º84.77%95.29%-
XYZ41.7222.0223.52-
YUV109.31140.25223.36-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 59.12%
GREEN value IS 37 (14.84% from 255) = 9.00%
BLUE value IS 131 (51.56% from 255) = 31.87%
R=59.12%
G=9.00%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2433713100.850.460.05332.6289.5754.9
HexF325830552E514d5a37
Octal36345203012556551513267
Binary1111001110010110000011010101011011101011010011011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32583; }

 p { color: rgb(243,37,131); }

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

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

 a { background-color: rgb(243,37,131); }

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

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

 span { border-color: rgb(243,37,131); }

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