Html Css Color HEX #F81F86 Deep Pink

📋 copy color: '#F81F86'

red 248 ◦ green 31 ◦ blue 134

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

Shades of Deep Pink #F81F86

Tints of Deep Pink #F81F86

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.51%

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

R = 60.05%
G = 7.51%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F81F86 (or 0xF81F86) is known color: Deep Pink. HEX triplet: F8, 1F and 86. RGB value is (248,31,134). Sum of RGB (Red+Green+Blue) = 248+31+134=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81F86 is #07E079. Grayscale: #6B6B6B. Windows color (decimal): -516218 or 8790008. OLE color: 8790008.

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

Color convert

RGB 248 31 134 -
CMYK 0 0.88 0.46 0.03
HSL 331.52º 0.94% 0.55% -
HSV(B) 331.52º 0.88% 0.97% -
XYZ 43.5 22.66 24.63 -
YUV 107.63 142.89 228.12 -
System Red Green Blue C M Y K H S L
Decimal 248 31 134 0 0.88 0.46 0.03 331.52 0.94 0.55
Hex F8 1F 86 0 58 2E 3 14C 5E 37
Octal 370 37 206 0 130 56 3 514 136 67
Binary 11111000 11111 10000110 0 1011000 101110 11 101001100 1011110 110111

Color Harmonies of #F81F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81F86

Black with #F81F86

Text Example


Text Example

White with #F81F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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