Html Css Color HEX #F40179 Deep Pink

📋 copy color: '#F40179'

red 244 ◦ green 1 ◦ blue 121

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

Shades of Deep Pink #F40179

Tints of Deep Pink #F40179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 121 (47.66% from 255) = 33.06%

R = 66.67%
G = 0.27%
B = 33.06%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F40179 (or 0xF40179) is known color: Deep Pink. HEX triplet: F4, 01 and 79. RGB value is (244,1,121). Sum of RGB (Red+Green+Blue) = 244+1+121=366 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.67% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 244 - color contains mainly: red. Hex color #F40179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40179 is #0BFE86. Grayscale: #575757. Windows color (decimal): -786055 or 7930356. OLE color: 7930356.

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

Color convert

RGB 244 1 121 -
CMYK 0 1.00 0.50 0.04
HSL 330.37º 0.99% 0.48% -
HSV(B) 330.37º 1% 0.96% -
XYZ 40.77 20.64 19.92 -
YUV 87.34 147.01 239.74 -
System Red Green Blue C M Y K H S L
Decimal 244 1 121 0 1.00 0.50 0.04 330.37 0.99 0.48
Hex F4 1 79 0 64 32 4 14A 63 30
Octal 364 1 171 0 144 62 4 512 143 60
Binary 11110100 1 1111001 0 1100100 110010 100 101001010 1100011 110000

Color Harmonies of #F40179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40179

Black with #F40179

Text Example


Text Example

White with #F40179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40179; }

 p { color: rgb(244,1,121); }

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

background-color css

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

 a { background-color: rgb(244,1,121); }

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

border-color css

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

 span { border-color: rgb(244,1,121); }

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