Html Css Color HEX #FC0DCE Hot Magenta

📋 copy color: '#FC0DCE'

red 252 ◦ green 13 ◦ blue 206

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

Shades of Hot Magenta #FC0DCE

Tints of Hot Magenta #FC0DCE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.76%

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 53.5%
G = 2.76%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC0DCE (or 0xFC0DCE) is known color: Hot Magenta. HEX triplet: FC, 0D and CE. RGB value is (252,13,206). Sum of RGB (Red+Green+Blue) = 252+13+206=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 13 (5.47% from 255 or 2.76% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0DCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0DCE is #03F231. Grayscale: #696969. Windows color (decimal): -258610 or 13503996. OLE color: 13503996.

HSL color Cylindrical-coordinate representation of color #FC0DCE: hue angle of 311.55º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0DCE is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 13 206 -
CMYK 0 0.95 0.18 0.01
HSL 311.55º 0.98% 0.52% -
HSV(B) 311.55º 0.95% 0.99% -
XYZ 51.43 25.44 60.59 -
YUV 106.46 184.18 231.81 -
System Red Green Blue C M Y K H S L
Decimal 252 13 206 0 0.95 0.18 0.01 311.55 0.98 0.52
Hex FC D CE 0 5F 12 1 138 62 34
Octal 374 15 316 0 137 22 1 470 142 64
Binary 11111100 1101 11001110 0 1011111 10010 1 100111000 1100010 110100

Color Harmonies of #FC0DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0DCE

Black with #FC0DCE

Text Example


Text Example

White with #FC0DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0DCE; }

 p { color: rgb(252,13,206); }

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

background-color css

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

 a { background-color: rgb(252,13,206); }

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

border-color css

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

 span { border-color: rgb(252,13,206); }

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