Html Css Color HEX #F42587 Deep Pink

📋 copy color: '#F42587'

red 244 ◦ green 37 ◦ blue 135

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

Shades of Deep Pink #F42587

Tints of Deep Pink #F42587

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.89%

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

R = 58.65%
G = 8.89%
B = 32.45%

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

#F42587 (or 0xF42587) is known color: Deep Pink. HEX triplet: F4, 25 and 87. RGB value is (244,37,135). Sum of RGB (Red+Green+Blue) = 244+37+135=416 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.65% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 244 - color contains mainly: red. Hex color #F42587 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42587 is #0BDA78. Grayscale: #6D6D6D. Windows color (decimal): -776825 or 8857076. OLE color: 8857076.

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

Color convert

RGB 244 37 135 -
CMYK 0 0.85 0.45 0.04
HSL 331.59º 0.9% 0.55% -
HSV(B) 331.59º 0.85% 0.96% -
XYZ 42.34 22.31 25 -
YUV 110.07 142.08 223.53 -
System Red Green Blue C M Y K H S L
Decimal 244 37 135 0 0.85 0.45 0.04 331.59 0.9 0.55
Hex F4 25 87 0 55 2D 4 14C 5A 37
Octal 364 45 207 0 125 55 4 514 132 67
Binary 11110100 100101 10000111 0 1010101 101101 100 101001100 1011010 110111

Color Harmonies of #F42587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42587

Black with #F42587

Text Example


Text Example

White with #F42587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42587; }

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

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

background-color css

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

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

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

border-color css

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

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

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