Html Css Color HEX #F90B96 Deep Pink

📋 copy color: '#F90B96'

red 249 ◦ green 11 ◦ blue 150

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

Shades of Deep Pink #F90B96

Tints of Deep Pink #F90B96

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.68%

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

R = 60.73%
G = 2.68%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F90B96 (or 0xF90B96) is known color: Deep Pink. HEX triplet: F9, 0B and 96. RGB value is (249,11,150). Sum of RGB (Red+Green+Blue) = 249+11+150=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 11 (4.69% from 255 or 2.68% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F90B96 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90B96 is #06F469. Grayscale: #616161. Windows color (decimal): -455786 or 9833465. OLE color: 9833465.

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

Color convert

RGB 249 11 150 -
CMYK 0 0.96 0.40 0.02
HSL 324.96º 0.95% 0.51% -
HSV(B) 324.96º 0.96% 0.98% -
XYZ 44.69 22.58 30.86 -
YUV 98.01 157.35 235.7 -
System Red Green Blue C M Y K H S L
Decimal 249 11 150 0 0.96 0.40 0.02 324.96 0.95 0.51
Hex F9 B 96 0 60 28 2 145 5F 33
Octal 371 13 226 0 140 50 2 505 137 63
Binary 11111001 1011 10010110 0 1100000 101000 10 101000101 1011111 110011

Color Harmonies of #F90B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90B96

Black with #F90B96

Text Example


Text Example

White with #F90B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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