Html Css Color HEX #FD12C5 Shocking Pink

📋 copy color: '#FD12C5'

red 253 ◦ green 18 ◦ blue 197

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

Shades of Shocking Pink #FD12C5

Tints of Shocking Pink #FD12C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.09%

R = 54.06%
G = 3.85%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FD12C5 (or 0xFD12C5) is known color: Shocking Pink. HEX triplet: FD, 12 and C5. RGB value is (253,18,197). Sum of RGB (Red+Green+Blue) = 253+18+197=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 18 (7.42% from 255 or 3.85% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FD12C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD12C5 is #02ED3A. Grayscale: #6C6C6C. Windows color (decimal): -191803 or 12915453. OLE color: 12915453.

HSL color Cylindrical-coordinate representation of color #FD12C5: hue angle of 314.3º 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 #FD12C5 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 18 197 -
CMYK 0 0.93 0.22 0.01
HSL 314.3º 0.98% 0.53% -
HSV(B) 314.3º 0.93% 0.99% -
XYZ 50.8 25.35 55.04 -
YUV 108.67 177.86 230.95 -
System Red Green Blue C M Y K H S L
Decimal 253 18 197 0 0.93 0.22 0.01 314.3 0.98 0.53
Hex FD 12 C5 0 5D 16 1 13A 62 35
Octal 375 22 305 0 135 26 1 472 142 65
Binary 11111101 10010 11000101 0 1011101 10110 1 100111010 1100010 110101

Color Harmonies of #FD12C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD12C5

Black with #FD12C5

Text Example


Text Example

White with #FD12C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD12C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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