Html Css Color HEX #F81990 Deep Pink

📋 copy color: '#F81990'

red 248 ◦ green 25 ◦ blue 144

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

Shades of Deep Pink #F81990

Tints of Deep Pink #F81990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6%

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

R = 59.47%
G = 6%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F81990 (or 0xF81990) is known color: Deep Pink. HEX triplet: F8, 19 and 90. RGB value is (248,25,144). Sum of RGB (Red+Green+Blue) = 248+25+144=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F81990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81990 is #07E66F. Grayscale: #686868. Windows color (decimal): -517744 or 9443832. OLE color: 9443832.

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

Color convert

RGB 248 25 144 -
CMYK 0 0.90 0.42 0.03
HSL 327.98º 0.94% 0.54% -
HSV(B) 327.98º 0.9% 0.97% -
XYZ 44.09 22.67 28.44 -
YUV 105.24 149.88 229.82 -
System Red Green Blue C M Y K H S L
Decimal 248 25 144 0 0.90 0.42 0.03 327.98 0.94 0.54
Hex F8 19 90 0 5A 2A 3 148 5E 36
Octal 370 31 220 0 132 52 3 510 136 66
Binary 11111000 11001 10010000 0 1011010 101010 11 101001000 1011110 110110

Color Harmonies of #F81990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81990

Black with #F81990

Text Example


Text Example

White with #F81990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81990; }

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

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

background-color css

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

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

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

border-color css

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

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

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