Html Css Color HEX #F41580 Deep Pink

📋 copy color: '#F41580'

red 244 ◦ green 21 ◦ blue 128

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

Shades of Deep Pink #F41580

Tints of Deep Pink #F41580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.34%

 BLUE value IS 128 (50.39% from 255) = 32.57%

R = 62.09%
G = 5.34%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F41580 (or 0xF41580) is known color: Deep Pink. HEX triplet: F4, 15 and 80. RGB value is (244,21,128). Sum of RGB (Red+Green+Blue) = 244+21+128=393 (52% of max value = 765). Red value is 244 (95.70% from 255 or 62.09% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 244 - color contains mainly: red. Hex color #F41580 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41580 is #0BEA7F. Grayscale: #636363. Windows color (decimal): -780928 or 8394228. OLE color: 8394228.

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

Color convert

RGB 244 21 128 -
CMYK 0 0.91 0.48 0.04
HSL 331.21º 0.91% 0.52% -
HSV(B) 331.21º 0.91% 0.96% -
XYZ 41.47 21.33 22.35 -
YUV 99.88 143.88 230.8 -
System Red Green Blue C M Y K H S L
Decimal 244 21 128 0 0.91 0.48 0.04 331.21 0.91 0.52
Hex F4 15 80 0 5B 30 4 14B 5B 34
Octal 364 25 200 0 133 60 4 513 133 64
Binary 11110100 10101 10000000 0 1011011 110000 100 101001011 1011011 110100

Color Harmonies of #F41580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41580

Black with #F41580

Text Example


Text Example

White with #F41580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41580; }

 p { color: rgb(244,21,128); }

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

background-color css

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

 a { background-color: rgb(244,21,128); }

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

border-color css

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

 span { border-color: rgb(244,21,128); }

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