Html Css Color HEX #F80D90 Deep Pink

📋 copy color: '#F80D90'

red 248 ◦ green 13 ◦ blue 144

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

Shades of Deep Pink #F80D90

Tints of Deep Pink #F80D90

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.21%

 BLUE value IS 144 (56.64% from 255) = 35.56%

R = 61.23%
G = 3.21%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F80D90 (or 0xF80D90) is known color: Deep Pink. HEX triplet: F8, 0D and 90. RGB value is (248,13,144). Sum of RGB (Red+Green+Blue) = 248+13+144=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 13 (5.47% from 255 or 3.21% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F80D90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80D90 is #07F26F. Grayscale: #616161. Windows color (decimal): -520816 or 9440760. OLE color: 9440760.

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

Color convert

RGB 248 13 144 -
CMYK 0 0.95 0.42 0.03
HSL 326.55º 0.94% 0.51% -
HSV(B) 326.55º 0.95% 0.97% -
XYZ 43.89 22.26 28.37 -
YUV 98.2 153.86 234.85 -
System Red Green Blue C M Y K H S L
Decimal 248 13 144 0 0.95 0.42 0.03 326.55 0.94 0.51
Hex F8 D 90 0 5F 2A 3 147 5E 33
Octal 370 15 220 0 137 52 3 507 136 63
Binary 11111000 1101 10010000 0 1011111 101010 11 101000111 1011110 110011

Color Harmonies of #F80D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80D90

Black with #F80D90

Text Example


Text Example

White with #F80D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80D90; }

 p { color: rgb(248,13,144); }

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

background-color css

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

 a { background-color: rgb(248,13,144); }

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

border-color css

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

 span { border-color: rgb(248,13,144); }

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