Html Css Color HEX #F42179 Deep Pink

📋 copy color: '#F42179'

red 244 ◦ green 33 ◦ blue 121

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

Shades of Deep Pink #F42179

Tints of Deep Pink #F42179

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.29%

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

R = 61.31%
G = 8.29%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F42179 (or 0xF42179) is known color: Deep Pink. HEX triplet: F4, 21 and 79. RGB value is (244,33,121). Sum of RGB (Red+Green+Blue) = 244+33+121=398 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.31% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 244 - color contains mainly: red. Hex color #F42179 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42179 is #0BDE86. Grayscale: #696969. Windows color (decimal): -777863 or 7938548. OLE color: 7938548.

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

Color convert

RGB 244 33 121 -
CMYK 0 0.86 0.50 0.04
HSL 334.98º 0.91% 0.54% -
HSV(B) 334.98º 0.86% 0.96% -
XYZ 41.3 21.7 20.1 -
YUV 106.12 136.4 226.34 -
System Red Green Blue C M Y K H S L
Decimal 244 33 121 0 0.86 0.50 0.04 334.98 0.91 0.54
Hex F4 21 79 0 56 32 4 14F 5B 36
Octal 364 41 171 0 126 62 4 517 133 66
Binary 11110100 100001 1111001 0 1010110 110010 100 101001111 1011011 110110

Color Harmonies of #F42179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42179

Black with #F42179

Text Example


Text Example

White with #F42179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42179; }

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

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

background-color css

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

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

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

border-color css

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

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

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