Html Css Color HEX #FF03FF Magenta

📋 copy color: '#FF03FF'

red 255 ◦ green 3 ◦ blue 255

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

Shades of Magenta #FF03FF

Tints of Magenta #FF03FF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.58%

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

R = 49.71%
G = 0.58%
B = 49.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FF03FF (or 0xFF03FF) is known color: Magenta. HEX triplet: FF, 03 and FF. RGB value is (255,3,255). Sum of RGB (Red+Green+Blue) = 255+3+255=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 3 (1.56% from 255 or 0.58% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF03FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF03FF is #00FC00. Grayscale: #6A6A6A. Windows color (decimal): -64513 or 16712703. OLE color: 16712703.

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

Color convert

RGB 255 3 255 -
CMYK 0 0.99 0 0
HSL 300º 1% 0.51% -
HSV(B) 300º 0.99% 1% -
XYZ 59.32 28.55 96.99 -
YUV 107.08 211.49 233.51 -
System Red Green Blue C M Y K H S L
Decimal 255 3 255 0 0.99 0 0 300 1 0.51
Hex FF 3 FF 0 63 0 0 12C 64 33
Octal 377 3 377 0 143 0 0 454 144 63
Binary 11111111 11 11111111 0 1100011 0 0 100101100 1100100 110011

Color Harmonies of #FF03FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF03FF

Black with #FF03FF

Text Example


Text Example

White with #FF03FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF03FF; }

 p { color: rgb(255,3,255); }

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

background-color css

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

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

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

border-color css

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

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

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