Html Css Color HEX #F81986 Deep Pink

📋 copy color: '#F81986'

red 248 ◦ green 25 ◦ blue 134

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

Shades of Deep Pink #F81986

Tints of Deep Pink #F81986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.92%

R = 60.93%
G = 6.14%
B = 32.92%

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

#F81986 (or 0xF81986) is known color: Deep Pink. HEX triplet: F8, 19 and 86. RGB value is (248,25,134). Sum of RGB (Red+Green+Blue) = 248+25+134=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F81986 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81986 is #07E679. Grayscale: #676767. Windows color (decimal): -517754 or 8788472. OLE color: 8788472.

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

Color convert

RGB 248 25 134 -
CMYK 0 0.90 0.46 0.03
HSL 330.67º 0.94% 0.54% -
HSV(B) 330.67º 0.9% 0.97% -
XYZ 43.36 22.37 24.59 -
YUV 104.1 144.88 230.64 -
System Red Green Blue C M Y K H S L
Decimal 248 25 134 0 0.90 0.46 0.03 330.67 0.94 0.54
Hex F8 19 86 0 5A 2E 3 14B 5E 36
Octal 370 31 206 0 132 56 3 513 136 66
Binary 11111000 11001 10000110 0 1011010 101110 11 101001011 1011110 110110

Color Harmonies of #F81986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81986

Black with #F81986

Text Example


Text Example

White with #F81986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81986; }

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

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

background-color css

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

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

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

border-color css

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

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

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