Html Css Color HEX #F006EB Magenta

📋 copy color: '#F006EB'

red 240 ◦ green 6 ◦ blue 235

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

Shades of Magenta #F006EB

Tints of Magenta #F006EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.86%

R = 49.9%
G = 1.25%
B = 48.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F006EB (or 0xF006EB) is known color: Magenta. HEX triplet: F0, 06 and EB. RGB value is (240,6,235). Sum of RGB (Red+Green+Blue) = 240+6+235=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 6 (2.73% from 255 or 1.25% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F006EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F006EB is #0FF914. Grayscale: #656565. Windows color (decimal): -1046805 or 15402736. OLE color: 15402736.

HSL color Cylindrical-coordinate representation of color #F006EB: hue angle of 301.28º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F006EB is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 6 235 -
CMYK 0 0.98 0.02 0.06
HSL 301.28º 0.95% 0.48% -
HSV(B) 301.28º 0.98% 0.94% -
XYZ 51 24.65 80.67 -
YUV 102.07 203.02 226.38 -
System Red Green Blue C M Y K H S L
Decimal 240 6 235 0 0.98 0.02 0.06 301.28 0.95 0.48
Hex F0 6 EB 0 62 2 6 12D 5F 30
Octal 360 6 353 0 142 2 6 455 137 60
Binary 11110000 110 11101011 0 1100010 10 110 100101101 1011111 110000

Color Harmonies of #F006EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F006EB

Black with #F006EB

Text Example


Text Example

White with #F006EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F006EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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