Html Css Color HEX #F90B8B Deep Pink

📋 copy color: '#F90B8B'

red 249 ◦ green 11 ◦ blue 139

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

Shades of Deep Pink #F90B8B

Tints of Deep Pink #F90B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.84%

R = 62.41%
G = 2.76%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F90B8B (or 0xF90B8B) is known color: Deep Pink. HEX triplet: F9, 0B and 8B. RGB value is (249,11,139). Sum of RGB (Red+Green+Blue) = 249+11+139=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F90B8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90B8B is #06F474. Grayscale: #606060. Windows color (decimal): -455797 or 9112569. OLE color: 9112569.

HSL color Cylindrical-coordinate representation of color #F90B8B: hue angle of 327.73º 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 #F90B8B is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 11 139 -
CMYK 0 0.96 0.44 0.02
HSL 327.73º 0.95% 0.51% -
HSV(B) 327.73º 0.96% 0.98% -
XYZ 43.85 22.24 26.41 -
YUV 96.75 151.85 236.59 -
System Red Green Blue C M Y K H S L
Decimal 249 11 139 0 0.96 0.44 0.02 327.73 0.95 0.51
Hex F9 B 8B 0 60 2C 2 148 5F 33
Octal 371 13 213 0 140 54 2 510 137 63
Binary 11111001 1011 10001011 0 1100000 101100 10 101001000 1011111 110011

Color Harmonies of #F90B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90B8B

Black with #F90B8B

Text Example


Text Example

White with #F90B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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