Html Css Color HEX #FD12BB Shocking Pink

📋 copy color: '#FD12BB'

red 253 ◦ green 18 ◦ blue 187

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

Shades of Shocking Pink #FD12BB

Tints of Shocking Pink #FD12BB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.93%

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

R = 55.24%
G = 3.93%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD12BB (or 0xFD12BB) is known color: Shocking Pink. HEX triplet: FD, 12 and BB. RGB value is (253,18,187). Sum of RGB (Red+Green+Blue) = 253+18+187=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 18 (7.42% from 255 or 3.93% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FD12BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD12BB is #02ED44. Grayscale: #6B6B6B. Windows color (decimal): -191813 or 12260093. OLE color: 12260093.

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

Color convert

RGB 253 18 187 -
CMYK 0 0.93 0.26 0.01
HSL 316.85º 0.98% 0.53% -
HSV(B) 316.85º 0.93% 0.99% -
XYZ 49.69 24.9 49.2 -
YUV 107.53 172.86 231.76 -
System Red Green Blue C M Y K H S L
Decimal 253 18 187 0 0.93 0.26 0.01 316.85 0.98 0.53
Hex FD 12 BB 0 5D 1A 1 13D 62 35
Octal 375 22 273 0 135 32 1 475 142 65
Binary 11111101 10010 10111011 0 1011101 11010 1 100111101 1100010 110101

Color Harmonies of #FD12BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD12BB

Black with #FD12BB

Text Example


Text Example

White with #FD12BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD12BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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