Html Css Color HEX #FF0B88 Deep Pink

📋 copy color: '#FF0B88'

red 255 ◦ green 11 ◦ blue 136

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

Shades of Deep Pink #FF0B88

Tints of Deep Pink #FF0B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.83%

R = 63.43%
G = 2.74%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF0B88 (or 0xFF0B88) is known color: Deep Pink. HEX triplet: FF, 0B and 88. RGB value is (255,11,136). Sum of RGB (Red+Green+Blue) = 255+11+136=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B88 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0B88 is #00F477. Grayscale: #616161. Windows color (decimal): -62584 or 8915967. OLE color: 8915967.

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

Color convert

RGB 255 11 136 -
CMYK 0 0.96 0.47 0
HSL 329.26º 1% 0.52% -
HSV(B) 329.26º 0.96% 1% -
XYZ 45.8 23.28 25.37 -
YUV 98.21 149.34 239.84 -
System Red Green Blue C M Y K H S L
Decimal 255 11 136 0 0.96 0.47 0 329.26 1 0.52
Hex FF B 88 0 60 2F 0 149 64 34
Octal 377 13 210 0 140 57 0 511 144 64
Binary 11111111 1011 10001000 0 1100000 101111 0 101001001 1100100 110100

Color Harmonies of #FF0B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0B88

Black with #FF0B88

Text Example


Text Example

White with #FF0B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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