Html Css Color HEX #F904FA Magenta

📋 copy color: '#F904FA'

red 249 ◦ green 4 ◦ blue 250

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

Shades of Magenta #F904FA

Tints of Magenta #F904FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.7%

R = 49.5%
G = 0.8%
B = 49.7%

CMYK

 C value IS 0.00

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F904FA (or 0xF904FA) is known color: Magenta. HEX triplet: F9, 04 and FA. RGB value is (249,4,250). Sum of RGB (Red+Green+Blue) = 249+4+250=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 4 (1.95% from 255 or 0.80% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #F904FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F904FA is #06FB05. Grayscale: #686868. Windows color (decimal): -457478 or 16385273. OLE color: 16385273.

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

Color convert

RGB 249 4 250 -
CMYK 0.00 0.98 0 0.02
HSL 299.76º 0.97% 0.5% -
HSV(B) 299.76º 0.98% 0.98% -
XYZ 56.37 27.13 92.71 -
YUV 105.3 209.67 230.5 -
System Red Green Blue C M Y K H S L
Decimal 249 4 250 0.00 0.98 0 0.02 299.76 0.97 0.5
Hex F9 4 FA 0 62 0 2 12C 61 32
Octal 371 4 372 0 142 0 2 454 141 62
Binary 11111001 100 11111010 0 1100010 0 10 100101100 1100001 110010

Color Harmonies of #F904FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F904FA

Black with #F904FA

Text Example


Text Example

White with #F904FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F904FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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