Html Css Color HEX #FF06FC Magenta

📋 copy color: '#FF06FC'

red 255 ◦ green 6 ◦ blue 252

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

Shades of Magenta #FF06FC

Tints of Magenta #FF06FC

RGB

 RED value IS 255 (100% from 255) = 49.71%

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

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 49.71%
G = 1.17%
B = 49.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF06FC (or 0xFF06FC) is known color: Magenta. HEX triplet: FF, 06 and FC. RGB value is (255,6,252). Sum of RGB (Red+Green+Blue) = 255+6+252=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 6 (2.73% from 255 or 1.17% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF06FC is #00F903. Grayscale: #6B6B6B. Windows color (decimal): -63748 or 16516863. OLE color: 16516863.

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

Color convert

RGB 255 6 252 -
CMYK 0 0.98 0.01 0
HSL 300.72º 1% 0.51% -
HSV(B) 300.72º 0.98% 1% -
XYZ 58.88 28.42 94.48 -
YUV 108.5 208.99 232.5 -
System Red Green Blue C M Y K H S L
Decimal 255 6 252 0 0.98 0.01 0 300.72 1 0.51
Hex FF 6 FC 0 62 1 0 12D 64 33
Octal 377 6 374 0 142 1 0 455 144 63
Binary 11111111 110 11111100 0 1100010 1 0 100101101 1100100 110011

Color Harmonies of #FF06FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF06FC

Black with #FF06FC

Text Example


Text Example

White with #FF06FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF06FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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