Html Css Color HEX #FC1EBA Spicy Pink

📋 copy color: '#FC1EBA'

red 252 ◦ green 30 ◦ blue 186

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

Shades of Spicy Pink #FC1EBA

Tints of Spicy Pink #FC1EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.41%

 BLUE value IS 186 (73.05% from 255) = 39.74%

R = 53.85%
G = 6.41%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC1EBA (or 0xFC1EBA) is known color: Spicy Pink. HEX triplet: FC, 1E and BA. RGB value is (252,30,186). Sum of RGB (Red+Green+Blue) = 252+30+186=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 30 (12.11% from 255 or 6.41% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1EBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1EBA is #03E145. Grayscale: #717171. Windows color (decimal): -254278 or 12197628. OLE color: 12197628.

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

Color convert

RGB 252 30 186 -
CMYK 0 0.88 0.26 0.01
HSL 317.84º 0.97% 0.55% -
HSV(B) 317.84º 0.88% 0.99% -
XYZ 49.47 25.17 48.71 -
YUV 114.16 168.55 226.32 -
System Red Green Blue C M Y K H S L
Decimal 252 30 186 0 0.88 0.26 0.01 317.84 0.97 0.55
Hex FC 1E BA 0 58 1A 1 13E 61 37
Octal 374 36 272 0 130 32 1 476 141 67
Binary 11111100 11110 10111010 0 1011000 11010 1 100111110 1100001 110111

Color Harmonies of #FC1EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1EBA

Black with #FC1EBA

Text Example


Text Example

White with #FC1EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1EBA; }

 p { color: rgb(252,30,186); }

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

background-color css

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

 a { background-color: rgb(252,30,186); }

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

border-color css

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

 span { border-color: rgb(252,30,186); }

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