Html Css Color HEX #F80789 Deep Pink

📋 copy color: '#F80789'

red 248 ◦ green 7 ◦ blue 137

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

Shades of Deep Pink #F80789

Tints of Deep Pink #F80789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.95%

R = 63.27%
G = 1.79%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F80789 (or 0xF80789) is known color: Deep Pink. HEX triplet: F8, 07 and 89. RGB value is (248,7,137). Sum of RGB (Red+Green+Blue) = 248+7+137=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F80789 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80789 is #07F876. Grayscale: #5D5D5D. Windows color (decimal): -522359 or 8980472. OLE color: 8980472.

HSL color Cylindrical-coordinate representation of color #F80789: hue angle of 327.63º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F80789 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 7 137 -
CMYK 0 0.97 0.45 0.03
HSL 327.63º 0.95% 0.5% -
HSV(B) 327.63º 0.97% 0.97% -
XYZ 43.3 21.91 25.61 -
YUV 93.88 152.34 237.93 -
System Red Green Blue C M Y K H S L
Decimal 248 7 137 0 0.97 0.45 0.03 327.63 0.95 0.5
Hex F8 7 89 0 61 2D 3 148 5F 32
Octal 370 7 211 0 141 55 3 510 137 62
Binary 11111000 111 10001001 0 1100001 101101 11 101001000 1011111 110010

Color Harmonies of #F80789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80789

Black with #F80789

Text Example


Text Example

White with #F80789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80789; }

 p { color: rgb(248,7,137); }

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

background-color css

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

 a { background-color: rgb(248,7,137); }

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

border-color css

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

 span { border-color: rgb(248,7,137); }

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