Html Css Color HEX #FF0BB4 Shocking Pink

📋 copy color: '#FF0BB4'

red 255 ◦ green 11 ◦ blue 180

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

Shades of Shocking Pink #FF0BB4

Tints of Shocking Pink #FF0BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.36%

R = 57.17%
G = 2.47%
B = 40.36%

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

#FF0BB4 (or 0xFF0BB4) is known color: Shocking Pink. HEX triplet: FF, 0B and B4. RGB value is (255,11,180). Sum of RGB (Red+Green+Blue) = 255+11+180=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 11 (4.69% from 255 or 2.47% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0BB4 is #00F44B. Grayscale: #666666. Windows color (decimal): -62540 or 11799551. OLE color: 11799551.

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

Color convert

RGB 255 11 180 -
CMYK 0 0.96 0.29 0
HSL 318.44º 1% 0.52% -
HSV(B) 318.44º 0.96% 1% -
XYZ 49.6 24.79 45.35 -
YUV 103.22 171.34 236.26 -
System Red Green Blue C M Y K H S L
Decimal 255 11 180 0 0.96 0.29 0 318.44 1 0.52
Hex FF B B4 0 60 1D 0 13E 64 34
Octal 377 13 264 0 140 35 0 476 144 64
Binary 11111111 1011 10110100 0 1100000 11101 0 100111110 1100100 110100

Color Harmonies of #FF0BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0BB4

Black with #FF0BB4

Text Example


Text Example

White with #FF0BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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