Html Css Color HEX #F904EC Magenta

📋 copy color: '#F904EC'

red 249 ◦ green 4 ◦ blue 236

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

Shades of Magenta #F904EC

Tints of Magenta #F904EC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.82%

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

R = 50.92%
G = 0.82%
B = 48.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F904EC (or 0xF904EC) is known color: Magenta. HEX triplet: F9, 04 and EC. RGB value is (249,4,236). Sum of RGB (Red+Green+Blue) = 249+4+236=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 4 (1.95% from 255 or 0.82% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F904EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F904EC is #06FB13. Grayscale: #676767. Windows color (decimal): -457492 or 15467769. OLE color: 15467769.

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

Color convert

RGB 249 4 236 -
CMYK 0 0.98 0.05 0.02
HSL 303.18º 0.97% 0.5% -
HSV(B) 303.18º 0.98% 0.98% -
XYZ 54.25 26.28 81.57 -
YUV 103.7 202.67 231.64 -
System Red Green Blue C M Y K H S L
Decimal 249 4 236 0 0.98 0.05 0.02 303.18 0.97 0.5
Hex F9 4 EC 0 62 5 2 12F 61 32
Octal 371 4 354 0 142 5 2 457 141 62
Binary 11111001 100 11101100 0 1100010 101 10 100101111 1100001 110010

Color Harmonies of #F904EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F904EC

Black with #F904EC

Text Example


Text Example

White with #F904EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F904EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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