Html Css Color HEX #FC07E7 Magenta

📋 copy color: '#FC07E7'

red 252 ◦ green 7 ◦ blue 231

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

Shades of Magenta #FC07E7

Tints of Magenta #FC07E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.14%

R = 51.43%
G = 1.43%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC07E7 (or 0xFC07E7) is known color: Magenta. HEX triplet: FC, 07 and E7. RGB value is (252,7,231). Sum of RGB (Red+Green+Blue) = 252+7+231=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 7 (3.12% from 255 or 1.43% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC07E7 is #03F818. Grayscale: #696969. Windows color (decimal): -260121 or 15140860. OLE color: 15140860.

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

Color convert

RGB 252 7 231 -
CMYK 0 0.97 0.08 0.01
HSL 305.14º 0.98% 0.51% -
HSV(B) 305.14º 0.97% 0.99% -
XYZ 54.64 26.62 77.86 -
YUV 105.79 198.67 232.29 -
System Red Green Blue C M Y K H S L
Decimal 252 7 231 0 0.97 0.08 0.01 305.14 0.98 0.51
Hex FC 7 E7 0 61 8 1 131 62 33
Octal 374 7 347 0 141 10 1 461 142 63
Binary 11111100 111 11100111 0 1100001 1000 1 100110001 1100010 110011

Color Harmonies of #FC07E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC07E7

Black with #FC07E7

Text Example


Text Example

White with #FC07E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC07E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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