Html Css Color HEX #FD01BB Shocking Pink

📋 copy color: '#FD01BB'

red 253 ◦ green 1 ◦ blue 187

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

Shades of Shocking Pink #FD01BB

Tints of Shocking Pink #FD01BB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 187 (73.44% from 255) = 42.4%

R = 57.37%
G = 0.23%
B = 42.4%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD01BB (or 0xFD01BB) is known color: Shocking Pink. HEX triplet: FD, 01 and BB. RGB value is (253,1,187). Sum of RGB (Red+Green+Blue) = 253+1+187=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 1 (0.78% from 255 or 0.23% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FD01BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD01BB is #02FE44. Grayscale: #616161. Windows color (decimal): -196165 or 12255741. OLE color: 12255741.

HSL color Cylindrical-coordinate representation of color #FD01BB: hue angle of 315.71º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD01BB is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 1 187 -
CMYK 0 1.00 0.26 0.01
HSL 315.71º 0.99% 0.5% -
HSV(B) 315.71º 1% 0.99% -
XYZ 49.49 24.49 49.13 -
YUV 97.55 178.49 238.88 -
System Red Green Blue C M Y K H S L
Decimal 253 1 187 0 1.00 0.26 0.01 315.71 0.99 0.5
Hex FD 1 BB 0 64 1A 1 13C 63 32
Octal 375 1 273 0 144 32 1 474 143 62
Binary 11111101 1 10111011 0 1100100 11010 1 100111100 1100011 110010

Color Harmonies of #FD01BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD01BB

Black with #FD01BB

Text Example


Text Example

White with #FD01BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD01BB; }

 p { color: rgb(253,1,187); }

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

background-color css

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

 a { background-color: rgb(253,1,187); }

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

border-color css

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

 span { border-color: rgb(253,1,187); }

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