Html Css Color HEX #F41A87 Deep Pink

📋 copy color: '#F41A87'

red 244 ◦ green 26 ◦ blue 135

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

Shades of Deep Pink #F41A87

Tints of Deep Pink #F41A87

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.42%

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

R = 60.25%
G = 6.42%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F41A87 (or 0xF41A87) is known color: Deep Pink. HEX triplet: F4, 1A and 87. RGB value is (244,26,135). Sum of RGB (Red+Green+Blue) = 244+26+135=405 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.25% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 244 - color contains mainly: red. Hex color #F41A87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41A87 is #0BE578. Grayscale: #676767. Windows color (decimal): -779641 or 8854260. OLE color: 8854260.

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

Color convert

RGB 244 26 135 -
CMYK 0 0.89 0.45 0.04
HSL 330º 0.91% 0.53% -
HSV(B) 330º 0.89% 0.96% -
XYZ 42.05 21.72 24.9 -
YUV 103.61 145.72 228.14 -
System Red Green Blue C M Y K H S L
Decimal 244 26 135 0 0.89 0.45 0.04 330 0.91 0.53
Hex F4 1A 87 0 59 2D 4 14A 5B 35
Octal 364 32 207 0 131 55 4 512 133 65
Binary 11110100 11010 10000111 0 1011001 101101 100 101001010 1011011 110101

Color Harmonies of #F41A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41A87

Black with #F41A87

Text Example


Text Example

White with #F41A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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