Html Css Color HEX #F80781 Deep Pink

📋 copy color: '#F80781'

red 248 ◦ green 7 ◦ blue 129

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

Shades of Deep Pink #F80781

Tints of Deep Pink #F80781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.59%

R = 64.58%
G = 1.82%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F80781 (or 0xF80781) is known color: Deep Pink. HEX triplet: F8, 07 and 81. RGB value is (248,7,129). Sum of RGB (Red+Green+Blue) = 248+7+129=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F80781 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80781 is #07F87E. Grayscale: #5C5C5C. Windows color (decimal): -522367 or 8456184. OLE color: 8456184.

HSL color Cylindrical-coordinate representation of color #F80781: hue angle of 329.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 #F80781 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 7 129 -
CMYK 0 0.97 0.48 0.03
HSL 329.63º 0.95% 0.5% -
HSV(B) 329.63º 0.97% 0.97% -
XYZ 42.75 21.69 22.7 -
YUV 92.97 148.34 238.58 -
System Red Green Blue C M Y K H S L
Decimal 248 7 129 0 0.97 0.48 0.03 329.63 0.95 0.5
Hex F8 7 81 0 61 30 3 14A 5F 32
Octal 370 7 201 0 141 60 3 512 137 62
Binary 11111000 111 10000001 0 1100001 110000 11 101001010 1011111 110010

Color Harmonies of #F80781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80781

Black with #F80781

Text Example


Text Example

White with #F80781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80781; }

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

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

background-color css

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

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

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

border-color css

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

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

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