Html Css Color HEX #F90086 Deep Pink

📋 copy color: '#F90086'

red 249 ◦ green 0 ◦ blue 134

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

Shades of Deep Pink #F90086

Tints of Deep Pink #F90086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.01%
G = 0%
B = 34.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F90086 (or 0xF90086) is known color: Deep Pink. HEX triplet: F9, 00 and 86. RGB value is (249,0,134). Sum of RGB (Red+Green+Blue) = 249+0+134=383 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.01% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 249 - color contains mainly: red. Hex color #F90086 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90086 is #06FF79. Grayscale: #595959. Windows color (decimal): -458618 or 8782073. OLE color: 8782073.

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

Color convert

RGB 249 0 134 -
CMYK 0 1 0.46 0.02
HSL 327.71º 1% 0.49% -
HSV(B) 327.71º 1% 0.98% -
XYZ 43.37 21.86 24.49 -
YUV 89.73 152.99 241.6 -
System Red Green Blue C M Y K H S L
Decimal 249 0 134 0 1 0.46 0.02 327.71 1 0.49
Hex F9 0 86 0 64 2E 2 148 64 31
Octal 371 0 206 0 144 56 2 510 144 61
Binary 11111001 0 10000110 0 1100100 101110 10 101001000 1100100 110001

Color Harmonies of #F90086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90086

Black with #F90086

Text Example


Text Example

White with #F90086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90086; }

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

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

background-color css

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

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

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

border-color css

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

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

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