Html Css Color HEX #F40778 Deep Pink

📋 copy color: '#F40778'

red 244 ◦ green 7 ◦ blue 120

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

Shades of Deep Pink #F40778

Tints of Deep Pink #F40778

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.89%

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

R = 65.77%
G = 1.89%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F40778 (or 0xF40778) is known color: Deep Pink. HEX triplet: F4, 07 and 78. RGB value is (244,7,120). Sum of RGB (Red+Green+Blue) = 244+7+120=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F40778 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40778 is #0BF887. Grayscale: #5A5A5A. Windows color (decimal): -784520 or 7866356. OLE color: 7866356.

HSL color Cylindrical-coordinate representation of color #F40778: hue angle of 331.39º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F40778 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 7 120 -
CMYK 0 0.97 0.51 0.04
HSL 331.39º 0.94% 0.49% -
HSV(B) 331.39º 0.97% 0.96% -
XYZ 40.77 20.74 19.62 -
YUV 90.75 144.52 237.31 -
System Red Green Blue C M Y K H S L
Decimal 244 7 120 0 0.97 0.51 0.04 331.39 0.94 0.49
Hex F4 7 78 0 61 33 4 14B 5E 31
Octal 364 7 170 0 141 63 4 513 136 61
Binary 11110100 111 1111000 0 1100001 110011 100 101001011 1011110 110001

Color Harmonies of #F40778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40778

Black with #F40778

Text Example


Text Example

White with #F40778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40778; }

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

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

background-color css

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

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

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

border-color css

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

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

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