Html Css Color HEX #FF12CD Shocking Pink

📋 copy color: '#FF12CD'

red 255 ◦ green 18 ◦ blue 205

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

Shades of Shocking Pink #FF12CD

Tints of Shocking Pink #FF12CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 53.35%
G = 3.77%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF12CD (or 0xFF12CD) is known color: Shocking Pink. HEX triplet: FF, 12 and CD. RGB value is (255,18,205). Sum of RGB (Red+Green+Blue) = 255+18+205=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 18 (7.42% from 255 or 3.77% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF12CD is #00ED32. Grayscale: #6D6D6D. Windows color (decimal): -60723 or 13439743. OLE color: 13439743.

HSL color Cylindrical-coordinate representation of color #FF12CD: hue angle of 312.66º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF12CD is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 255 18 205 -
CMYK 0 0.93 0.20 0
HSL 312.66º 1% 0.54% -
HSV(B) 312.66º 0.93% 1% -
XYZ 52.48 26.1 60.03 -
YUV 110.18 181.52 231.29 -
System Red Green Blue C M Y K H S L
Decimal 255 18 205 0 0.93 0.20 0 312.66 1 0.54
Hex FF 12 CD 0 5D 14 0 139 64 36
Octal 377 22 315 0 135 24 0 471 144 66
Binary 11111111 10010 11001101 0 1011101 10100 0 100111001 1100100 110110

Color Harmonies of #FF12CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF12CD

Black with #FF12CD

Text Example


Text Example

White with #FF12CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF12CD; }

 p { color: rgb(255,18,205); }

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

background-color css

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

 a { background-color: rgb(255,18,205); }

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

border-color css

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

 span { border-color: rgb(255,18,205); }

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