Html Css Color HEX #FD0BB0 Shocking Pink

📋 copy color: '#FD0BB0'

red 253 ◦ green 11 ◦ blue 176

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

Shades of Shocking Pink #FD0BB0

Tints of Shocking Pink #FD0BB0

RGB

 RED value IS 253 (99.22% from 255) = 57.5%

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

 BLUE value IS 176 (69.14% from 255) = 40%

R = 57.5%
G = 2.5%
B = 40%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD0BB0 (or 0xFD0BB0) is known color: Shocking Pink. HEX triplet: FD, 0B and B0. RGB value is (253,11,176). Sum of RGB (Red+Green+Blue) = 253+11+176=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 11 (4.69% from 255 or 2.5% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0BB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0BB0 is #02F44F. Grayscale: #656565. Windows color (decimal): -193616 or 11537405. OLE color: 11537405.

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

Color convert

RGB 253 11 176 -
CMYK 0 0.96 0.30 0.01
HSL 319.09º 0.98% 0.52% -
HSV(B) 319.09º 0.96% 0.99% -
XYZ 48.46 24.26 43.2 -
YUV 102.17 169.67 235.58 -
System Red Green Blue C M Y K H S L
Decimal 253 11 176 0 0.96 0.30 0.01 319.09 0.98 0.52
Hex FD B B0 0 60 1E 1 13F 62 34
Octal 375 13 260 0 140 36 1 477 142 64
Binary 11111101 1011 10110000 0 1100000 11110 1 100111111 1100010 110100

Color Harmonies of #FD0BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0BB0

Black with #FD0BB0

Text Example


Text Example

White with #FD0BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0BB0; }

 p { color: rgb(253,11,176); }

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

background-color css

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

 a { background-color: rgb(253,11,176); }

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

border-color css

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

 span { border-color: rgb(253,11,176); }

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