Html Css Color HEX #F904FF Magenta

📋 copy color: '#F904FF'

red 249 ◦ green 4 ◦ blue 255

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

Shades of Magenta #F904FF

Tints of Magenta #F904FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.2%

R = 49.02%
G = 0.79%
B = 50.2%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F904FF (or 0xF904FF) is known color: Magenta. HEX triplet: F9, 04 and FF. RGB value is (249,4,255). Sum of RGB (Red+Green+Blue) = 249+4+255=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 4 (1.95% from 255 or 0.79% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #F904FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F904FF is #06FB00. Grayscale: #696969. Windows color (decimal): -457473 or 16712953. OLE color: 16712953.

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

Color convert

RGB 249 4 255 -
CMYK 0.02 0.98 0 0
HSL 298.57º 1% 0.51% -
HSV(B) 298.57º 0.98% 1% -
XYZ 57.16 27.45 96.89 -
YUV 105.87 212.17 230.09 -
System Red Green Blue C M Y K H S L
Decimal 249 4 255 0.02 0.98 0 0 298.57 1 0.51
Hex F9 4 FF 2 62 0 0 12B 64 33
Octal 371 4 377 2 142 0 0 453 144 63
Binary 11111001 100 11111111 10 1100010 0 0 100101011 1100100 110011

Color Harmonies of #F904FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F904FF

Black with #F904FF

Text Example


Text Example

White with #F904FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F904FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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