Html Css Color HEX #FF06FD Magenta

📋 copy color: '#FF06FD'

red 255 ◦ green 6 ◦ blue 253

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

Shades of Magenta #FF06FD

Tints of Magenta #FF06FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.22%

R = 49.61%
G = 1.17%
B = 49.22%

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

#FF06FD (or 0xFF06FD) is known color: Magenta. HEX triplet: FF, 06 and FD. RGB value is (255,6,253). Sum of RGB (Red+Green+Blue) = 255+6+253=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 6 (2.73% from 255 or 1.17% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF06FD is #00F902. Grayscale: #6B6B6B. Windows color (decimal): -63747 or 16582399. OLE color: 16582399.

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

Color convert

RGB 255 6 253 -
CMYK 0 0.98 0.01 0
HSL 300.48º 1% 0.51% -
HSV(B) 300.48º 0.98% 1% -
XYZ 59.03 28.48 95.31 -
YUV 108.61 209.49 232.42 -
System Red Green Blue C M Y K H S L
Decimal 255 6 253 0 0.98 0.01 0 300.48 1 0.51
Hex FF 6 FD 0 62 1 0 12C 64 33
Octal 377 6 375 0 142 1 0 454 144 63
Binary 11111111 110 11111101 0 1100010 1 0 100101100 1100100 110011

Color Harmonies of #FF06FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF06FD

Black with #FF06FD

Text Example


Text Example

White with #FF06FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF06FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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