Html Css Color HEX #FF0B99 Deep Pink

📋 copy color: '#FF0B99'

red 255 ◦ green 11 ◦ blue 153

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

Shades of Deep Pink #FF0B99

Tints of Deep Pink #FF0B99

RGB

 RED value IS 255 (100% from 255) = 60.86%

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

 BLUE value IS 153 (60.16% from 255) = 36.52%

R = 60.86%
G = 2.63%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.4

 K value IS 0

RGB Variations

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

Color information

#FF0B99 (or 0xFF0B99) is known color: Deep Pink. HEX triplet: FF, 0B and 99. RGB value is (255,11,153). Sum of RGB (Red+Green+Blue) = 255+11+153=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 11 (4.69% from 255 or 2.63% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0B99 is #00F466. Grayscale: #636363. Windows color (decimal): -62567 or 10030079. OLE color: 10030079.

HSL color Cylindrical-coordinate representation of color #FF0B99: hue angle of 325.08º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0B99 is Cyan = 0, Magento = 0.96, Yellow = 0.4 and Black (K on CMYK) = 0.

Color convert

RGB 255 11 153 -
CMYK 0 0.96 0.4 0
HSL 325.08º 1% 0.52% -
HSV(B) 325.08º 0.96% 1% -
XYZ 47.11 23.8 32.25 -
YUV 100.14 157.84 238.45 -
System Red Green Blue C M Y K H S L
Decimal 255 11 153 0 0.96 0.4 0 325.08 1 0.52
Hex FF B 99 0 60 28 0 145 64 34
Octal 377 13 231 0 140 50 0 505 144 64
Binary 11111111 1011 10011001 0 1100000 101000 0 101000101 1100100 110100

Color Harmonies of #FF0B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0B99

Black with #FF0B99

Text Example


Text Example

White with #FF0B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0B99; }

 p { color: rgb(255,11,153); }

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

background-color css

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

 a { background-color: rgb(255,11,153); }

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

border-color css

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

 span { border-color: rgb(255,11,153); }

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