Html Css Color HEX #F51288 Deep Pink

📋 copy color: '#F51288'

red 245 ◦ green 18 ◦ blue 136

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

Shades of Deep Pink #F51288

Tints of Deep Pink #F51288

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.51%

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

R = 61.4%
G = 4.51%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F51288 (or 0xF51288) is known color: Deep Pink. HEX triplet: F5, 12 and 88. RGB value is (245,18,136). Sum of RGB (Red+Green+Blue) = 245+18+136=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F51288 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51288 is #0AED77. Grayscale: #636363. Windows color (decimal): -716152 or 8917749. OLE color: 8917749.

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

Color convert

RGB 245 18 136 -
CMYK 0 0.93 0.44 0.04
HSL 328.81º 0.92% 0.52% -
HSV(B) 328.81º 0.93% 0.96% -
XYZ 42.32 21.62 25.24 -
YUV 99.33 148.71 231.91 -
System Red Green Blue C M Y K H S L
Decimal 245 18 136 0 0.93 0.44 0.04 328.81 0.92 0.52
Hex F5 12 88 0 5D 2C 4 149 5C 34
Octal 365 22 210 0 135 54 4 511 134 64
Binary 11110101 10010 10001000 0 1011101 101100 100 101001001 1011100 110100

Color Harmonies of #F51288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51288

Black with #F51288

Text Example


Text Example

White with #F51288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51288; }

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

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

background-color css

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

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

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

border-color css

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

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

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