Html Css Color HEX #F90286 Deep Pink

📋 copy color: '#F90286'

red 249 ◦ green 2 ◦ blue 134

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

Shades of Deep Pink #F90286

Tints of Deep Pink #F90286

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

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

R = 64.68%
G = 0.52%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F90286 (or 0xF90286) is known color: Deep Pink. HEX triplet: F9, 02 and 86. RGB value is (249,2,134). Sum of RGB (Red+Green+Blue) = 249+2+134=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F90286 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90286 is #06FD79. Grayscale: #5A5A5A. Windows color (decimal): -458106 or 8782585. OLE color: 8782585.

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

Color convert

RGB 249 2 134 -
CMYK 0 0.99 0.46 0.02
HSL 327.94º 0.98% 0.49% -
HSV(B) 327.94º 0.99% 0.98% -
XYZ 43.39 21.9 24.5 -
YUV 90.9 152.33 240.77 -
System Red Green Blue C M Y K H S L
Decimal 249 2 134 0 0.99 0.46 0.02 327.94 0.98 0.49
Hex F9 2 86 0 63 2E 2 148 62 31
Octal 371 2 206 0 143 56 2 510 142 61
Binary 11111001 10 10000110 0 1100011 101110 10 101001000 1100010 110001

Color Harmonies of #F90286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90286

Black with #F90286

Text Example


Text Example

White with #F90286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90286; }

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

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

background-color css

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

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

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

border-color css

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

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

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