Html Css Color HEX #F81A87 Deep Pink

📋 copy color: '#F81A87'

red 248 ◦ green 26 ◦ blue 135

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

Shades of Deep Pink #F81A87

Tints of Deep Pink #F81A87

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.36%

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

R = 60.64%
G = 6.36%
B = 33.01%

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

#F81A87 (or 0xF81A87) is known color: Deep Pink. HEX triplet: F8, 1A and 87. RGB value is (248,26,135). Sum of RGB (Red+Green+Blue) = 248+26+135=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 26 (10.55% from 255 or 6.36% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F81A87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81A87 is #07E578. Grayscale: #686868. Windows color (decimal): -517497 or 8854264. OLE color: 8854264.

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

Color convert

RGB 248 26 135 -
CMYK 0 0.90 0.46 0.03
HSL 330.54º 0.94% 0.54% -
HSV(B) 330.54º 0.9% 0.97% -
XYZ 43.45 22.44 24.96 -
YUV 104.8 145.05 230.14 -
System Red Green Blue C M Y K H S L
Decimal 248 26 135 0 0.90 0.46 0.03 330.54 0.94 0.54
Hex F8 1A 87 0 5A 2E 3 14B 5E 36
Octal 370 32 207 0 132 56 3 513 136 66
Binary 11111000 11010 10000111 0 1011010 101110 11 101001011 1011110 110110

Color Harmonies of #F81A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81A87

Black with #F81A87

Text Example


Text Example

White with #F81A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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