Html Css Color HEX #FC12B2 Spicy Pink

📋 copy color: '#FC12B2'

red 252 ◦ green 18 ◦ blue 178

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

Shades of Spicy Pink #FC12B2

Tints of Spicy Pink #FC12B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.73%

R = 56.25%
G = 4.02%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC12B2 (or 0xFC12B2) is known color: Spicy Pink. HEX triplet: FC, 12 and B2. RGB value is (252,18,178). Sum of RGB (Red+Green+Blue) = 252+18+178=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 18 (7.42% from 255 or 4.02% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC12B2 is #03ED4D. Grayscale: #696969. Windows color (decimal): -257358 or 11670268. OLE color: 11670268.

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

Color convert

RGB 252 18 178 -
CMYK 0 0.93 0.29 0.01
HSL 318.97º 0.98% 0.53% -
HSV(B) 318.97º 0.93% 0.99% -
XYZ 48.4 24.34 44.27 -
YUV 106.21 168.52 231.99 -
System Red Green Blue C M Y K H S L
Decimal 252 18 178 0 0.93 0.29 0.01 318.97 0.98 0.53
Hex FC 12 B2 0 5D 1D 1 13F 62 35
Octal 374 22 262 0 135 35 1 477 142 65
Binary 11111100 10010 10110010 0 1011101 11101 1 100111111 1100010 110101

Color Harmonies of #FC12B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC12B2

Black with #FC12B2

Text Example


Text Example

White with #FC12B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC12B2; }

 p { color: rgb(252,18,178); }

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

background-color css

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

 a { background-color: rgb(252,18,178); }

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

border-color css

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

 span { border-color: rgb(252,18,178); }

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