Html Css Color HEX #F32488 Deep Pink

📋 copy color: '#F32488'

red 243 ◦ green 36 ◦ blue 136

#F32488
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #F32488

Tints of Deep Pink #F32488

RGB

 RED value IS 243 (95.31% from 255) = 58.55%

 GREEN value IS 36 (14.45% from 255) = 8.67%

 BLUE value IS 136 (53.52% from 255) = 32.77%

R = 58.55%
G = 8.67%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F32488 (or 0xF32488) is known color: Deep Pink. HEX triplet: F3, 24 and 88. RGB value is (243,36,136). Sum of RGB (Red+Green+Blue) = 243+36+136=415 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.55% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 243 - color contains mainly: red. Hex color #F32488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32488 is #0CDB77. Grayscale: #6D6D6D. Windows color (decimal): -842616 or 8922355. OLE color: 8922355.

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

Color convert

RGB 243 36 136 -
CMYK 0 0.85 0.44 0.05
HSL 331.01º 0.9% 0.55% -
HSV(B) 331.01º 0.85% 0.95% -
XYZ 42.04 22.09 25.34 -
YUV 109.29 143.08 223.37 -
System Red Green Blue C M Y K H S L
Decimal 243 36 136 0 0.85 0.44 0.05 331.01 0.9 0.55
Hex F3 24 88 0 55 2C 5 14B 5A 37
Octal 363 44 210 0 125 54 5 513 132 67
Binary 11110011 100100 10001000 0 1010101 101100 101 101001011 1011010 110111

Color Harmonies of #F32488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32488

Black with #F32488

Text Example


Text Example

White with #F32488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32488; }

 p { color: rgb(243,36,136); }

 H1.HeaderClassName
 {
   color: #F32488;
 }
 .AnyTagClassName
 {
   color: #F32488;
 }
</style>

background-color css

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

 a { background-color: rgb(243,36,136); }

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

border-color css

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

 span { border-color: rgb(243,36,136); }

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