Html Css Color HEX #F41978 Deep Pink

📋 copy color: '#F41978'

red 244 ◦ green 25 ◦ blue 120

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

Shades of Deep Pink #F41978

Tints of Deep Pink #F41978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.43%

 BLUE value IS 120 (47.27% from 255) = 30.85%

R = 62.72%
G = 6.43%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F41978 (or 0xF41978) is known color: Deep Pink. HEX triplet: F4, 19 and 78. RGB value is (244,25,120). Sum of RGB (Red+Green+Blue) = 244+25+120=389 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.72% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 244 - color contains mainly: red. Hex color #F41978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41978 is #0BE687. Grayscale: #656565. Windows color (decimal): -779912 or 7870964. OLE color: 7870964.

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

Color convert

RGB 244 25 120 -
CMYK 0 0.90 0.51 0.04
HSL 333.97º 0.91% 0.53% -
HSV(B) 333.97º 0.9% 0.96% -
XYZ 41.05 21.28 19.71 -
YUV 101.31 138.55 229.78 -
System Red Green Blue C M Y K H S L
Decimal 244 25 120 0 0.90 0.51 0.04 333.97 0.91 0.53
Hex F4 19 78 0 5A 33 4 14E 5B 35
Octal 364 31 170 0 132 63 4 516 133 65
Binary 11110100 11001 1111000 0 1011010 110011 100 101001110 1011011 110101

Color Harmonies of #F41978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41978

Black with #F41978

Text Example


Text Example

White with #F41978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41978; }

 p { color: rgb(244,25,120); }

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

background-color css

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

 a { background-color: rgb(244,25,120); }

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

border-color css

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

 span { border-color: rgb(244,25,120); }

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