Html Css Color HEX #F90686 Deep Pink

📋 copy color: '#F90686'

red 249 ◦ green 6 ◦ blue 134

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

Shades of Deep Pink #F90686

Tints of Deep Pink #F90686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.54%

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

R = 64.01%
G = 1.54%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F90686 (or 0xF90686) is known color: Deep Pink. HEX triplet: F9, 06 and 86. RGB value is (249,6,134). Sum of RGB (Red+Green+Blue) = 249+6+134=389 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.01% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 249 - color contains mainly: red. Hex color #F90686 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90686 is #06F979. Grayscale: #5C5C5C. Windows color (decimal): -457082 or 8783609. OLE color: 8783609.

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

Color convert

RGB 249 6 134 -
CMYK 0 0.98 0.46 0.02
HSL 328.4º 0.95% 0.5% -
HSV(B) 328.4º 0.98% 0.98% -
XYZ 43.44 21.99 24.51 -
YUV 93.25 151.01 239.09 -
System Red Green Blue C M Y K H S L
Decimal 249 6 134 0 0.98 0.46 0.02 328.4 0.95 0.5
Hex F9 6 86 0 62 2E 2 148 5F 32
Octal 371 6 206 0 142 56 2 510 137 62
Binary 11111001 110 10000110 0 1100010 101110 10 101001000 1011111 110010

Color Harmonies of #F90686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90686

Black with #F90686

Text Example


Text Example

White with #F90686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90686; }

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

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

background-color css

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

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

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

border-color css

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

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

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