Html Css Color HEX #FC13D0 Shocking Pink

📋 copy color: '#FC13D0'

red 252 ◦ green 19 ◦ blue 208

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

Shades of Shocking Pink #FC13D0

Tints of Shocking Pink #FC13D0

RGB

 RED value IS 252 (98.83% from 255) = 52.61%

 GREEN value IS 19 (7.81% from 255) = 3.97%

 BLUE value IS 208 (81.64% from 255) = 43.42%

R = 52.61%
G = 3.97%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC13D0 (or 0xFC13D0) is known color: Shocking Pink. HEX triplet: FC, 13 and D0. RGB value is (252,19,208). Sum of RGB (Red+Green+Blue) = 252+19+208=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 19 (7.81% from 255 or 3.97% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC13D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC13D0 is #03EC2F. Grayscale: #6D6D6D. Windows color (decimal): -257072 or 13636604. OLE color: 13636604.

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

Color convert

RGB 252 19 208 -
CMYK 0 0.92 0.17 0.01
HSL 311.33º 0.97% 0.53% -
HSV(B) 311.33º 0.92% 0.99% -
XYZ 51.76 25.72 61.91 -
YUV 110.21 183.19 229.13 -
System Red Green Blue C M Y K H S L
Decimal 252 19 208 0 0.92 0.17 0.01 311.33 0.97 0.53
Hex FC 13 D0 0 5C 11 1 137 61 35
Octal 374 23 320 0 134 21 1 467 141 65
Binary 11111100 10011 11010000 0 1011100 10001 1 100110111 1100001 110101

Color Harmonies of #FC13D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC13D0

Black with #FC13D0

Text Example


Text Example

White with #FC13D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC13D0; }

 p { color: rgb(252,19,208); }

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

background-color css

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

 a { background-color: rgb(252,19,208); }

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

border-color css

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

 span { border-color: rgb(252,19,208); }

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