Html Css Color HEX #F91086 Deep Pink

📋 copy color: '#F91086'

red 249 ◦ green 16 ◦ blue 134

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

Shades of Deep Pink #F91086

Tints of Deep Pink #F91086

RGB

 RED value IS 249 (97.66% from 255) = 62.41%

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

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

R = 62.41%
G = 4.01%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F91086 (or 0xF91086) is known color: Deep Pink. HEX triplet: F9, 10 and 86. RGB value is (249,16,134). Sum of RGB (Red+Green+Blue) = 249+16+134=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F91086 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91086 is #06EF79. Grayscale: #626262. Windows color (decimal): -454522 or 8786169. OLE color: 8786169.

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

Color convert

RGB 249 16 134 -
CMYK 0 0.94 0.46 0.02
HSL 329.61º 0.95% 0.52% -
HSV(B) 329.61º 0.94% 0.98% -
XYZ 43.56 22.23 24.55 -
YUV 99.12 147.69 234.91 -
System Red Green Blue C M Y K H S L
Decimal 249 16 134 0 0.94 0.46 0.02 329.61 0.95 0.52
Hex F9 10 86 0 5E 2E 2 14A 5F 34
Octal 371 20 206 0 136 56 2 512 137 64
Binary 11111001 10000 10000110 0 1011110 101110 10 101001010 1011111 110100

Color Harmonies of #F91086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91086

Black with #F91086

Text Example


Text Example

White with #F91086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91086; }

 p { color: rgb(249,16,134); }

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

background-color css

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

 a { background-color: rgb(249,16,134); }

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

border-color css

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

 span { border-color: rgb(249,16,134); }

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