Html Css Color HEX #F81987 Deep Pink

📋 copy color: '#F81987'

red 248 ◦ green 25 ◦ blue 135

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

Shades of Deep Pink #F81987

Tints of Deep Pink #F81987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.09%

R = 60.78%
G = 6.13%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F81987 (or 0xF81987) is known color: Deep Pink. HEX triplet: F8, 19 and 87. RGB value is (248,25,135). Sum of RGB (Red+Green+Blue) = 248+25+135=408 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.78% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 248 - color contains mainly: red. Hex color #F81987 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81987 is #07E678. Grayscale: #676767. Windows color (decimal): -517753 or 8854008. OLE color: 8854008.

HSL color Cylindrical-coordinate representation of color #F81987: hue angle of 330.4º 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 #F81987 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 25 135 -
CMYK 0 0.90 0.46 0.03
HSL 330.4º 0.94% 0.54% -
HSV(B) 330.4º 0.9% 0.97% -
XYZ 43.43 22.4 24.96 -
YUV 104.22 145.38 230.56 -
System Red Green Blue C M Y K H S L
Decimal 248 25 135 0 0.90 0.46 0.03 330.4 0.94 0.54
Hex F8 19 87 0 5A 2E 3 14A 5E 36
Octal 370 31 207 0 132 56 3 512 136 66
Binary 11111000 11001 10000111 0 1011010 101110 11 101001010 1011110 110110

Color Harmonies of #F81987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81987

Black with #F81987

Text Example


Text Example

White with #F81987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81987; }

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

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

background-color css

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

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

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

border-color css

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

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

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