Html Css Color HEX #F910EC Magenta

📋 copy color: '#F910EC'

red 249 ◦ green 16 ◦ blue 236

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

Shades of Magenta #F910EC

Tints of Magenta #F910EC

RGB

 RED value IS 249 (97.66% from 255) = 49.7%

 GREEN value IS 16 (6.64% from 255) = 3.19%

 BLUE value IS 236 (92.58% from 255) = 47.11%

R = 49.7%
G = 3.19%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F910EC (or 0xF910EC) is known color: Magenta. HEX triplet: F9, 10 and EC. RGB value is (249,16,236). Sum of RGB (Red+Green+Blue) = 249+16+236=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 16 (6.64% from 255 or 3.19% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F910EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F910EC is #06EF13. Grayscale: #6E6E6E. Windows color (decimal): -454420 or 15470841. OLE color: 15470841.

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

Color convert

RGB 249 16 236 -
CMYK 0 0.94 0.05 0.02
HSL 303.35º 0.95% 0.52% -
HSV(B) 303.35º 0.94% 0.98% -
XYZ 54.39 26.57 81.62 -
YUV 110.75 198.69 226.61 -
System Red Green Blue C M Y K H S L
Decimal 249 16 236 0 0.94 0.05 0.02 303.35 0.95 0.52
Hex F9 10 EC 0 5E 5 2 12F 5F 34
Octal 371 20 354 0 136 5 2 457 137 64
Binary 11111001 10000 11101100 0 1011110 101 10 100101111 1011111 110100

Color Harmonies of #F910EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F910EC

Black with #F910EC

Text Example


Text Example

White with #F910EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F910EC; }

 p { color: rgb(249,16,236); }

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

background-color css

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

 a { background-color: rgb(249,16,236); }

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

border-color css

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

 span { border-color: rgb(249,16,236); }

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