Html Css Color HEX #FC0DF6 Magenta

📋 copy color: '#FC0DF6'

red 252 ◦ green 13 ◦ blue 246

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

Shades of Magenta #FC0DF6

Tints of Magenta #FC0DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.14%

R = 49.32%
G = 2.54%
B = 48.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC0DF6 (or 0xFC0DF6) is known color: Magenta. HEX triplet: FC, 0D and F6. RGB value is (252,13,246). Sum of RGB (Red+Green+Blue) = 252+13+246=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 13 (5.47% from 255 or 2.54% from 511); Blue value is 246 (96.48% from 255 or 48.14% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0DF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0DF6 is #03F209. Grayscale: #6E6E6E. Windows color (decimal): -258570 or 16125436. OLE color: 16125436.

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

Color convert

RGB 252 13 246 -
CMYK 0 0.95 0.02 0.01
HSL 301.51º 0.98% 0.52% -
HSV(B) 301.51º 0.95% 0.99% -
XYZ 56.92 27.64 89.52 -
YUV 111.02 204.18 228.55 -
System Red Green Blue C M Y K H S L
Decimal 252 13 246 0 0.95 0.02 0.01 301.51 0.98 0.52
Hex FC D F6 0 5F 2 1 12E 62 34
Octal 374 15 366 0 137 2 1 456 142 64
Binary 11111100 1101 11110110 0 1011111 10 1 100101110 1100010 110100

Color Harmonies of #FC0DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0DF6

Black with #FC0DF6

Text Example


Text Example

White with #FC0DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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