Html Css Color HEX #FF0FF6 Magenta

📋 copy color: '#FF0FF6'

red 255 ◦ green 15 ◦ blue 246

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

Shades of Magenta #FF0FF6

Tints of Magenta #FF0FF6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.91%

 BLUE value IS 246 (96.48% from 255) = 47.67%

R = 49.42%
G = 2.91%
B = 47.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FF0FF6 (or 0xFF0FF6) is known color: Magenta. HEX triplet: FF, 0F and F6. RGB value is (255,15,246). Sum of RGB (Red+Green+Blue) = 255+15+246=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 15 (6.25% from 255 or 2.91% from 516); Blue value is 246 (96.48% from 255 or 47.67% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0FF6 is #00F009. Grayscale: #707070. Windows color (decimal): -61450 or 16125951. OLE color: 16125951.

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

Color convert

RGB 255 15 246 -
CMYK 0 0.94 0.04 0
HSL 302.25º 1% 0.53% -
HSV(B) 302.25º 0.94% 1% -
XYZ 58.05 28.26 89.58 -
YUV 113.09 203.01 229.22 -
System Red Green Blue C M Y K H S L
Decimal 255 15 246 0 0.94 0.04 0 302.25 1 0.53
Hex FF F F6 0 5E 4 0 12E 64 35
Octal 377 17 366 0 136 4 0 456 144 65
Binary 11111111 1111 11110110 0 1011110 100 0 100101110 1100100 110101

Color Harmonies of #FF0FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0FF6

Black with #FF0FF6

Text Example


Text Example

White with #FF0FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0FF6; }

 p { color: rgb(255,15,246); }

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

background-color css

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

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

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

border-color css

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

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

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