Html Css Color HEX #F80180 Deep Pink

📋 copy color: '#F80180'

red 248 ◦ green 1 ◦ blue 128

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

Shades of Deep Pink #F80180

Tints of Deep Pink #F80180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 128 (50.39% from 255) = 33.95%

R = 65.78%
G = 0.27%
B = 33.95%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F80180 (or 0xF80180) is known color: Deep Pink. HEX triplet: F8, 01 and 80. RGB value is (248,1,128). Sum of RGB (Red+Green+Blue) = 248+1+128=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F80180 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80180 is #07FE7F. Grayscale: #595959. Windows color (decimal): -523904 or 8389112. OLE color: 8389112.

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

Color convert

RGB 248 1 128 -
CMYK 0 1.00 0.48 0.03
HSL 329.15º 0.99% 0.49% -
HSV(B) 329.15º 1% 0.97% -
XYZ 42.62 21.54 22.33 -
YUV 89.33 149.83 241.17 -
System Red Green Blue C M Y K H S L
Decimal 248 1 128 0 1.00 0.48 0.03 329.15 0.99 0.49
Hex F8 1 80 0 64 30 3 149 63 31
Octal 370 1 200 0 144 60 3 511 143 61
Binary 11111000 1 10000000 0 1100100 110000 11 101001001 1100011 110001

Color Harmonies of #F80180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80180

Black with #F80180

Text Example


Text Example

White with #F80180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80180; }

 p { color: rgb(248,1,128); }

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

background-color css

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

 a { background-color: rgb(248,1,128); }

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

border-color css

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

 span { border-color: rgb(248,1,128); }

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