Html Css Color HEX #F42487 Deep Pink

📋 copy color: '#F42487'

red 244 ◦ green 36 ◦ blue 135

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

Shades of Deep Pink #F42487

Tints of Deep Pink #F42487

RGB

 RED value IS 244 (95.7% from 255) = 58.8%

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

 BLUE value IS 135 (53.13% from 255) = 32.53%

R = 58.8%
G = 8.67%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F42487 (or 0xF42487) is known color: Deep Pink. HEX triplet: F4, 24 and 87. RGB value is (244,36,135). Sum of RGB (Red+Green+Blue) = 244+36+135=415 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.80% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 244 - color contains mainly: red. Hex color #F42487 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42487 is #0BDB78. Grayscale: #6D6D6D. Windows color (decimal): -777081 or 8856820. OLE color: 8856820.

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

Color convert

RGB 244 36 135 -
CMYK 0 0.85 0.45 0.04
HSL 331.44º 0.9% 0.55% -
HSV(B) 331.44º 0.85% 0.96% -
XYZ 42.31 22.24 24.99 -
YUV 109.48 142.41 223.95 -
System Red Green Blue C M Y K H S L
Decimal 244 36 135 0 0.85 0.45 0.04 331.44 0.9 0.55
Hex F4 24 87 0 55 2D 4 14B 5A 37
Octal 364 44 207 0 125 55 4 513 132 67
Binary 11110100 100100 10000111 0 1010101 101101 100 101001011 1011010 110111

Color Harmonies of #F42487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42487

Black with #F42487

Text Example


Text Example

White with #F42487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42487; }

 p { color: rgb(244,36,135); }

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

background-color css

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

 a { background-color: rgb(244,36,135); }

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

border-color css

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

 span { border-color: rgb(244,36,135); }

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