Html Css Color HEX #F52288 Deep Pink

📋 copy color: '#F52288'

red 245 ◦ green 34 ◦ blue 136

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

Shades of Deep Pink #F52288

Tints of Deep Pink #F52288

RGB

 RED value IS 245 (96.09% from 255) = 59.04%

 GREEN value IS 34 (13.67% from 255) = 8.19%

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

R = 59.04%
G = 8.19%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F52288 (or 0xF52288) is known color: Deep Pink. HEX triplet: F5, 22 and 88. RGB value is (245,34,136). Sum of RGB (Red+Green+Blue) = 245+34+136=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 34 (13.67% from 255 or 8.19% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F52288 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52288 is #0ADD77. Grayscale: #6C6C6C. Windows color (decimal): -712056 or 8921845. OLE color: 8921845.

HSL color Cylindrical-coordinate representation of color #F52288: hue angle of 331º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F52288 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 34 136 -
CMYK 0 0.86 0.44 0.04
HSL 331º 0.91% 0.55% -
HSV(B) 331º 0.86% 0.96% -
XYZ 42.67 22.33 25.35 -
YUV 108.72 143.4 225.21 -
System Red Green Blue C M Y K H S L
Decimal 245 34 136 0 0.86 0.44 0.04 331 0.91 0.55
Hex F5 22 88 0 56 2C 4 14B 5B 37
Octal 365 42 210 0 126 54 4 513 133 67
Binary 11110101 100010 10001000 0 1010110 101100 100 101001011 1011011 110111

Color Harmonies of #F52288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52288

Black with #F52288

Text Example


Text Example

White with #F52288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52288; }

 p { color: rgb(245,34,136); }

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

background-color css

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

 a { background-color: rgb(245,34,136); }

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

border-color css

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

 span { border-color: rgb(245,34,136); }

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