Html Css Color HEX #FC06F8 Magenta

📋 copy color: '#FC06F8'

red 252 ◦ green 6 ◦ blue 248

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

Shades of Magenta #FC06F8

Tints of Magenta #FC06F8

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.19%

 BLUE value IS 248 (97.27% from 255) = 49.01%

R = 49.8%
G = 1.19%
B = 49.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC06F8 (or 0xFC06F8) is known color: Magenta. HEX triplet: FC, 06 and F8. RGB value is (252,6,248). Sum of RGB (Red+Green+Blue) = 252+6+248=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 6 (2.73% from 255 or 1.19% from 506); Blue value is 248 (97.27% from 255 or 49.01% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC06F8 is #03F907. Grayscale: #6A6A6A. Windows color (decimal): -260360 or 16254716. OLE color: 16254716.

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

Color convert

RGB 252 6 248 -
CMYK 0 0.98 0.02 0.01
HSL 300.98º 0.98% 0.51% -
HSV(B) 300.98º 0.98% 0.99% -
XYZ 57.15 27.6 91.12 -
YUV 107.14 207.5 231.32 -
System Red Green Blue C M Y K H S L
Decimal 252 6 248 0 0.98 0.02 0.01 300.98 0.98 0.51
Hex FC 6 F8 0 62 2 1 12D 62 33
Octal 374 6 370 0 142 2 1 455 142 63
Binary 11111100 110 11111000 0 1100010 10 1 100101101 1100010 110011

Color Harmonies of #FC06F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC06F8

Black with #FC06F8

Text Example


Text Example

White with #FC06F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC06F8; }

 p { color: rgb(252,6,248); }

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

background-color css

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

 a { background-color: rgb(252,6,248); }

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

border-color css

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

 span { border-color: rgb(252,6,248); }

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