Html Css Color HEX #F904E8 Magenta

📋 copy color: '#F904E8'

red 249 ◦ green 4 ◦ blue 232

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

Shades of Magenta #F904E8

Tints of Magenta #F904E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.84%

R = 51.34%
G = 0.82%
B = 47.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F904E8 (or 0xF904E8) is known color: Magenta. HEX triplet: F9, 04 and E8. RGB value is (249,4,232). Sum of RGB (Red+Green+Blue) = 249+4+232=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 4 (1.95% from 255 or 0.82% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F904E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F904E8 is #06FB17. Grayscale: #666666. Windows color (decimal): -457496 or 15205625. OLE color: 15205625.

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

Color convert

RGB 249 4 232 -
CMYK 0 0.98 0.07 0.02
HSL 304.16º 0.97% 0.5% -
HSV(B) 304.16º 0.98% 0.98% -
XYZ 53.68 26.05 78.54 -
YUV 103.25 200.67 231.96 -
System Red Green Blue C M Y K H S L
Decimal 249 4 232 0 0.98 0.07 0.02 304.16 0.97 0.5
Hex F9 4 E8 0 62 7 2 130 61 32
Octal 371 4 350 0 142 7 2 460 141 62
Binary 11111001 100 11101000 0 1100010 111 10 100110000 1100001 110010

Color Harmonies of #F904E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F904E8

Black with #F904E8

Text Example


Text Example

White with #F904E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F904E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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