Html Css Color HEX #F80279 Deep Pink

📋 copy color: '#F80279'

red 248 ◦ green 2 ◦ blue 121

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

Shades of Deep Pink #F80279

Tints of Deep Pink #F80279

RGB

 RED value IS 248 (97.27% from 255) = 66.85%

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 66.85%
G = 0.54%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F80279 (or 0xF80279) is known color: Deep Pink. HEX triplet: F8, 02 and 79. RGB value is (248,2,121). Sum of RGB (Red+Green+Blue) = 248+2+121=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F80279 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80279 is #07FD86. Grayscale: #585858. Windows color (decimal): -523655 or 7930616. OLE color: 7930616.

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

Color convert

RGB 248 2 121 -
CMYK 0 0.99 0.51 0.03
HSL 330.98º 0.98% 0.49% -
HSV(B) 330.98º 0.99% 0.97% -
XYZ 42.18 21.38 19.99 -
YUV 89.12 146 241.32 -
System Red Green Blue C M Y K H S L
Decimal 248 2 121 0 0.99 0.51 0.03 330.98 0.98 0.49
Hex F8 2 79 0 63 33 3 14B 62 31
Octal 370 2 171 0 143 63 3 513 142 61
Binary 11111000 10 1111001 0 1100011 110011 11 101001011 1100010 110001

Color Harmonies of #F80279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80279

Black with #F80279

Text Example


Text Example

White with #F80279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80279; }

 p { color: rgb(248,2,121); }

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

background-color css

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

 a { background-color: rgb(248,2,121); }

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

border-color css

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

 span { border-color: rgb(248,2,121); }

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