Html Css Color HEX #F006FF Magenta

📋 copy color: '#F006FF'

red 240 ◦ green 6 ◦ blue 255

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

Shades of Magenta #F006FF

Tints of Magenta #F006FF

RGB

 RED value IS 240 (94.14% from 255) = 47.9%

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

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

R = 47.9%
G = 1.2%
B = 50.9%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F006FF (or 0xF006FF) is known color: Magenta. HEX triplet: F0, 06 and FF. RGB value is (240,6,255). Sum of RGB (Red+Green+Blue) = 240+6+255=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 6 (2.73% from 255 or 1.20% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #F006FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F006FF is #0FF900. Grayscale: #676767. Windows color (decimal): -1046785 or 16713456. OLE color: 16713456.

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

Color convert

RGB 240 6 255 -
CMYK 0.06 0.98 0 0
HSL 296.39º 1% 0.51% -
HSV(B) 296.39º 0.98% 1% -
XYZ 54.05 25.88 96.75 -
YUV 104.35 213.02 224.75 -
System Red Green Blue C M Y K H S L
Decimal 240 6 255 0.06 0.98 0 0 296.39 1 0.51
Hex F0 6 FF 6 62 0 0 128 64 33
Octal 360 6 377 6 142 0 0 450 144 63
Binary 11110000 110 11111111 110 1100010 0 0 100101000 1100100 110011

Color Harmonies of #F006FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F006FF

Black with #F006FF

Text Example


Text Example

White with #F006FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F006FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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