Html Css Color HEX #F90896 Deep Pink

📋 copy color: '#F90896'

red 249 ◦ green 8 ◦ blue 150

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

Shades of Deep Pink #F90896

Tints of Deep Pink #F90896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.97%

 BLUE value IS 150 (58.98% from 255) = 36.86%

R = 61.18%
G = 1.97%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F90896 (or 0xF90896) is known color: Deep Pink. HEX triplet: F9, 08 and 96. RGB value is (249,8,150). Sum of RGB (Red+Green+Blue) = 249+8+150=407 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.18% from 407); Green value is 8 (3.52% from 255 or 1.97% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 249 - color contains mainly: red. Hex color #F90896 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90896 is #06F769. Grayscale: #5F5F5F. Windows color (decimal): -456554 or 9832697. OLE color: 9832697.

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

Color convert

RGB 249 8 150 -
CMYK 0 0.97 0.40 0.02
HSL 324.65º 0.95% 0.5% -
HSV(B) 324.65º 0.97% 0.98% -
XYZ 44.66 22.52 30.85 -
YUV 96.25 158.34 236.95 -
System Red Green Blue C M Y K H S L
Decimal 249 8 150 0 0.97 0.40 0.02 324.65 0.95 0.5
Hex F9 8 96 0 61 28 2 145 5F 32
Octal 371 10 226 0 141 50 2 505 137 62
Binary 11111001 1000 10010110 0 1100001 101000 10 101000101 1011111 110010

Color Harmonies of #F90896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90896

Black with #F90896

Text Example


Text Example

White with #F90896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90896; }

 p { color: rgb(249,8,150); }

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

background-color css

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

 a { background-color: rgb(249,8,150); }

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

border-color css

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

 span { border-color: rgb(249,8,150); }

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