Html Css Color HEX #FF0BB6 Shocking Pink

📋 copy color: '#FF0BB6'

red 255 ◦ green 11 ◦ blue 182

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

Shades of Shocking Pink #FF0BB6

Tints of Shocking Pink #FF0BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.63%

R = 56.92%
G = 2.46%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF0BB6 (or 0xFF0BB6) is known color: Shocking Pink. HEX triplet: FF, 0B and B6. RGB value is (255,11,182). Sum of RGB (Red+Green+Blue) = 255+11+182=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 11 (4.69% from 255 or 2.46% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BB6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0BB6 is #00F449. Grayscale: #676767. Windows color (decimal): -62538 or 11930623. OLE color: 11930623.

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

Color convert

RGB 255 11 182 -
CMYK 0 0.96 0.29 0
HSL 317.95º 1% 0.52% -
HSV(B) 317.95º 0.96% 1% -
XYZ 49.8 24.88 46.43 -
YUV 103.45 172.34 236.1 -
System Red Green Blue C M Y K H S L
Decimal 255 11 182 0 0.96 0.29 0 317.95 1 0.52
Hex FF B B6 0 60 1D 0 13E 64 34
Octal 377 13 266 0 140 35 0 476 144 64
Binary 11111111 1011 10110110 0 1100000 11101 0 100111110 1100100 110100

Color Harmonies of #FF0BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0BB6

Black with #FF0BB6

Text Example


Text Example

White with #FF0BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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