Html Css Color HEX #FC0CFA Magenta

📋 copy color: '#FC0CFA'

red 252 ◦ green 12 ◦ blue 250

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

Shades of Magenta #FC0CFA

Tints of Magenta #FC0CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.64%

R = 49.03%
G = 2.33%
B = 48.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC0CFA (or 0xFC0CFA) is known color: Magenta. HEX triplet: FC, 0C and FA. RGB value is (252,12,250). Sum of RGB (Red+Green+Blue) = 252+12+250=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 12 (5.08% from 255 or 2.33% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0CFA is #03F305. Grayscale: #6E6E6E. Windows color (decimal): -258822 or 16387324. OLE color: 16387324.

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

Color convert

RGB 252 12 250 -
CMYK 0 0.95 0.01 0.01
HSL 300.5º 0.98% 0.52% -
HSV(B) 300.5º 0.95% 0.99% -
XYZ 57.53 27.86 92.79 -
YUV 110.89 206.51 228.65 -
System Red Green Blue C M Y K H S L
Decimal 252 12 250 0 0.95 0.01 0.01 300.5 0.98 0.52
Hex FC C FA 0 5F 1 1 12C 62 34
Octal 374 14 372 0 137 1 1 454 142 64
Binary 11111100 1100 11111010 0 1011111 1 1 100101100 1100010 110100

Color Harmonies of #FC0CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0CFA

Black with #FC0CFA

Text Example


Text Example

White with #FC0CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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