Html Css Color HEX #FC07FA Magenta

📋 copy color: '#FC07FA'

red 252 ◦ green 7 ◦ blue 250

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

Shades of Magenta #FC07FA

Tints of Magenta #FC07FA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.38%

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

R = 49.51%
G = 1.38%
B = 49.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC07FA (or 0xFC07FA) is known color: Magenta. HEX triplet: FC, 07 and FA. RGB value is (252,7,250). Sum of RGB (Red+Green+Blue) = 252+7+250=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 7 (3.12% from 255 or 1.38% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC07FA is #03F805. Grayscale: #6B6B6B. Windows color (decimal): -260102 or 16386044. OLE color: 16386044.

HSL color Cylindrical-coordinate representation of color #FC07FA: hue angle of 300.49º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC07FA is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 7 250 -
CMYK 0 0.97 0.01 0.01
HSL 300.49º 0.98% 0.51% -
HSV(B) 300.49º 0.97% 0.99% -
XYZ 57.48 27.75 92.77 -
YUV 107.96 208.17 230.74 -
System Red Green Blue C M Y K H S L
Decimal 252 7 250 0 0.97 0.01 0.01 300.49 0.98 0.51
Hex FC 7 FA 0 61 1 1 12C 62 33
Octal 374 7 372 0 141 1 1 454 142 63
Binary 11111100 111 11111010 0 1100001 1 1 100101100 1100010 110011

Color Harmonies of #FC07FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC07FA

Black with #FC07FA

Text Example


Text Example

White with #FC07FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC07FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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