Html Css Color HEX #F90FFE Magenta

📋 copy color: '#F90FFE'

red 249 ◦ green 15 ◦ blue 254

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

Shades of Magenta #F90FFE

Tints of Magenta #F90FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.9%

 BLUE value IS 254 (99.61% from 255) = 49.03%

R = 48.07%
G = 2.9%
B = 49.03%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F90FFE (or 0xF90FFE) is known color: Magenta. HEX triplet: F9, 0F and FE. RGB value is (249,15,254). Sum of RGB (Red+Green+Blue) = 249+15+254=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 15 (6.25% from 255 or 2.90% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #F90FFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90FFE is #06F001. Grayscale: #6F6F6F. Windows color (decimal): -454658 or 16650233. OLE color: 16650233.

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

Color convert

RGB 249 15 254 -
CMYK 0.02 0.94 0 0.00
HSL 298.74º 0.99% 0.53% -
HSV(B) 298.74º 0.94% 1% -
XYZ 57.13 27.64 96.09 -
YUV 112.21 208.02 225.57 -
System Red Green Blue C M Y K H S L
Decimal 249 15 254 0.02 0.94 0 0.00 298.74 0.99 0.53
Hex F9 F FE 2 5E 0 0 12B 63 35
Octal 371 17 376 2 136 0 0 453 143 65
Binary 11111001 1111 11111110 10 1011110 0 0 100101011 1100011 110101

Color Harmonies of #F90FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90FFE

Black with #F90FFE

Text Example


Text Example

White with #F90FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90FFE; }

 p { color: rgb(249,15,254); }

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

background-color css

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

 a { background-color: rgb(249,15,254); }

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

border-color css

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

 span { border-color: rgb(249,15,254); }

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