Html Css Color HEX #F41599 Deep Pink

📋 copy color: '#F41599'

red 244 ◦ green 21 ◦ blue 153

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

Shades of Deep Pink #F41599

Tints of Deep Pink #F41599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.6%

R = 58.37%
G = 5.02%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F41599 (or 0xF41599) is known color: Deep Pink. HEX triplet: F4, 15 and 99. RGB value is (244,21,153). Sum of RGB (Red+Green+Blue) = 244+21+153=418 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.37% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 244 - color contains mainly: red. Hex color #F41599 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41599 is #0BEA66. Grayscale: #666666. Windows color (decimal): -780903 or 10032628. OLE color: 10032628.

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

Color convert

RGB 244 21 153 -
CMYK 0 0.91 0.37 0.04
HSL 324.48º 0.91% 0.52% -
HSV(B) 324.48º 0.91% 0.96% -
XYZ 43.33 22.07 32.11 -
YUV 102.73 156.38 228.77 -
System Red Green Blue C M Y K H S L
Decimal 244 21 153 0 0.91 0.37 0.04 324.48 0.91 0.52
Hex F4 15 99 0 5B 25 4 144 5B 34
Octal 364 25 231 0 133 45 4 504 133 64
Binary 11110100 10101 10011001 0 1011011 100101 100 101000100 1011011 110100

Color Harmonies of #F41599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41599

Black with #F41599

Text Example


Text Example

White with #F41599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41599; }

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

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

background-color css

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

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

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

border-color css

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

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

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