Html Css Color HEX #F81087 Deep Pink

📋 copy color: '#F81087'

red 248 ◦ green 16 ◦ blue 135

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

Shades of Deep Pink #F81087

Tints of Deep Pink #F81087

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.01%

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

R = 62.16%
G = 4.01%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F81087 (or 0xF81087) is known color: Deep Pink. HEX triplet: F8, 10 and 87. RGB value is (248,16,135). Sum of RGB (Red+Green+Blue) = 248+16+135=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F81087 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81087 is #07EF78. Grayscale: #626262. Windows color (decimal): -520057 or 8851704. OLE color: 8851704.

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

Color convert

RGB 248 16 135 -
CMYK 0 0.94 0.46 0.03
HSL 329.22º 0.94% 0.52% -
HSV(B) 329.22º 0.94% 0.97% -
XYZ 43.27 22.08 24.9 -
YUV 98.93 148.36 234.32 -
System Red Green Blue C M Y K H S L
Decimal 248 16 135 0 0.94 0.46 0.03 329.22 0.94 0.52
Hex F8 10 87 0 5E 2E 3 149 5E 34
Octal 370 20 207 0 136 56 3 511 136 64
Binary 11111000 10000 10000111 0 1011110 101110 11 101001001 1011110 110100

Color Harmonies of #F81087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81087

Black with #F81087

Text Example


Text Example

White with #F81087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81087; }

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

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

background-color css

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

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

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

border-color css

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

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

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