Html Css Color HEX #FC0CFD Magenta

📋 copy color: '#FC0CFD'

red 252 ◦ green 12 ◦ blue 253

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

Shades of Magenta #FC0CFD

Tints of Magenta #FC0CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.94%

R = 48.74%
G = 2.32%
B = 48.94%

CMYK

 C value IS 0.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC0CFD (or 0xFC0CFD) is known color: Magenta. HEX triplet: FC, 0C and FD. RGB value is (252,12,253). Sum of RGB (Red+Green+Blue) = 252+12+253=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 12 (5.08% from 255 or 2.32% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC0CFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0CFD is #03F302. Grayscale: #6E6E6E. Windows color (decimal): -258819 or 16583932. OLE color: 16583932.

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

Color convert

RGB 252 12 253 -
CMYK 0.00 0.95 0 0.01
HSL 299.75º 0.98% 0.52% -
HSV(B) 299.75º 0.95% 0.99% -
XYZ 58.01 28.05 95.29 -
YUV 111.23 208.01 228.4 -
System Red Green Blue C M Y K H S L
Decimal 252 12 253 0.00 0.95 0 0.01 299.75 0.98 0.52
Hex FC C FD 0 5F 0 1 12C 62 34
Octal 374 14 375 0 137 0 1 454 142 64
Binary 11111100 1100 11111101 0 1011111 0 1 100101100 1100010 110100

Color Harmonies of #FC0CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0CFD

Black with #FC0CFD

Text Example


Text Example

White with #FC0CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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