Html Css Color HEX #F006EA Magenta

📋 copy color: '#F006EA'

red 240 ◦ green 6 ◦ blue 234

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

Shades of Magenta #F006EA

Tints of Magenta #F006EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.75%

R = 50%
G = 1.25%
B = 48.75%

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

#F006EA (or 0xF006EA) is known color: Magenta. HEX triplet: F0, 06 and EA. RGB value is (240,6,234). Sum of RGB (Red+Green+Blue) = 240+6+234=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 6 (2.73% from 255 or 1.25% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F006EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F006EA is #0FF915. Grayscale: #656565. Windows color (decimal): -1046806 or 15337200. OLE color: 15337200.

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

Color convert

RGB 240 6 234 -
CMYK 0 0.98 0.02 0.06
HSL 301.54º 0.95% 0.48% -
HSV(B) 301.54º 0.98% 0.94% -
XYZ 50.85 24.6 79.91 -
YUV 101.96 202.52 226.46 -
System Red Green Blue C M Y K H S L
Decimal 240 6 234 0 0.98 0.02 0.06 301.54 0.95 0.48
Hex F0 6 EA 0 62 2 6 12E 5F 30
Octal 360 6 352 0 142 2 6 456 137 60
Binary 11110000 110 11101010 0 1100010 10 110 100101110 1011111 110000

Color Harmonies of #F006EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F006EA

Black with #F006EA

Text Example


Text Example

White with #F006EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F006EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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