Html Css Color HEX #FC0CF0 Magenta

📋 copy color: '#FC0CF0'

red 252 ◦ green 12 ◦ blue 240

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

Shades of Magenta #FC0CF0

Tints of Magenta #FC0CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.62%

R = 50%
G = 2.38%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC0CF0 (or 0xFC0CF0) is known color: Magenta. HEX triplet: FC, 0C and F0. RGB value is (252,12,240). Sum of RGB (Red+Green+Blue) = 252+12+240=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 12 (5.08% from 255 or 2.38% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0CF0 is #03F30F. Grayscale: #6D6D6D. Windows color (decimal): -258832 or 15731964. OLE color: 15731964.

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

Color convert

RGB 252 12 240 -
CMYK 0 0.95 0.05 0.01
HSL 303º 0.98% 0.52% -
HSV(B) 303º 0.95% 0.99% -
XYZ 56 27.25 84.75 -
YUV 109.75 201.51 229.46 -
System Red Green Blue C M Y K H S L
Decimal 252 12 240 0 0.95 0.05 0.01 303 0.98 0.52
Hex FC C F0 0 5F 5 1 12F 62 34
Octal 374 14 360 0 137 5 1 457 142 64
Binary 11111100 1100 11110000 0 1011111 101 1 100101111 1100010 110100

Color Harmonies of #FC0CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0CF0

Black with #FC0CF0

Text Example


Text Example

White with #FC0CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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