Html Css Color HEX #FC0CDF Hot Magenta

📋 copy color: '#FC0CDF'

red 252 ◦ green 12 ◦ blue 223

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

Shades of Hot Magenta #FC0CDF

Tints of Hot Magenta #FC0CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.46%

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 51.75%
G = 2.46%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC0CDF (or 0xFC0CDF) is known color: Hot Magenta. HEX triplet: FC, 0C and DF. RGB value is (252,12,223). Sum of RGB (Red+Green+Blue) = 252+12+223=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 12 (5.08% from 255 or 2.46% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0CDF is #03F320. Grayscale: #6B6B6B. Windows color (decimal): -258849 or 14617852. OLE color: 14617852.

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

Color convert

RGB 252 12 223 -
CMYK 0 0.95 0.12 0.01
HSL 307.25º 0.98% 0.52% -
HSV(B) 307.25º 0.95% 0.99% -
XYZ 53.6 26.29 72.06 -
YUV 107.81 193.01 230.84 -
System Red Green Blue C M Y K H S L
Decimal 252 12 223 0 0.95 0.12 0.01 307.25 0.98 0.52
Hex FC C DF 0 5F C 1 133 62 34
Octal 374 14 337 0 137 14 1 463 142 64
Binary 11111100 1100 11011111 0 1011111 1100 1 100110011 1100010 110100

Color Harmonies of #FC0CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0CDF

Black with #FC0CDF

Text Example


Text Example

White with #FC0CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0CDF; }

 p { color: rgb(252,12,223); }

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

background-color css

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

 a { background-color: rgb(252,12,223); }

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

border-color css

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

 span { border-color: rgb(252,12,223); }

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