Html Css Color HEX #F52388 Deep Pink

📋 copy color: '#F52388'

red 245 ◦ green 35 ◦ blue 136

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

Shades of Deep Pink #F52388

Tints of Deep Pink #F52388

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.41%

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

R = 58.89%
G = 8.41%
B = 32.69%

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

#F52388 (or 0xF52388) is known color: Deep Pink. HEX triplet: F5, 23 and 88. RGB value is (245,35,136). Sum of RGB (Red+Green+Blue) = 245+35+136=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 35 (14.06% from 255 or 8.41% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F52388 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52388 is #0ADC77. Grayscale: #6D6D6D. Windows color (decimal): -711800 or 8922101. OLE color: 8922101.

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

Color convert

RGB 245 35 136 -
CMYK 0 0.86 0.44 0.04
HSL 331.14º 0.91% 0.55% -
HSV(B) 331.14º 0.86% 0.96% -
XYZ 42.7 22.39 25.36 -
YUV 109.3 143.07 224.79 -
System Red Green Blue C M Y K H S L
Decimal 245 35 136 0 0.86 0.44 0.04 331.14 0.91 0.55
Hex F5 23 88 0 56 2C 4 14B 5B 37
Octal 365 43 210 0 126 54 4 513 133 67
Binary 11110101 100011 10001000 0 1010110 101100 100 101001011 1011011 110111

Color Harmonies of #F52388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52388

Black with #F52388

Text Example


Text Example

White with #F52388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52388; }

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

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

background-color css

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

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

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

border-color css

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

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

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