Html Css Color HEX #F90EFE Magenta

📋 copy color: '#F90EFE'

red 249 ◦ green 14 ◦ blue 254

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

Shades of Magenta #F90EFE

Tints of Magenta #F90EFE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.71%

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

R = 48.16%
G = 2.71%
B = 49.13%

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

#F90EFE (or 0xF90EFE) is known color: Magenta. HEX triplet: F9, 0E and FE. RGB value is (249,14,254). Sum of RGB (Red+Green+Blue) = 249+14+254=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 14 (5.86% from 255 or 2.71% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #F90EFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90EFE is #06F101. Grayscale: #6E6E6E. Windows color (decimal): -454914 or 16649977. OLE color: 16649977.

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

Color convert

RGB 249 14 254 -
CMYK 0.02 0.94 0 0.00
HSL 298.75º 0.99% 0.53% -
HSV(B) 298.75º 0.94% 1% -
XYZ 57.11 27.61 96.08 -
YUV 111.63 208.36 225.99 -
System Red Green Blue C M Y K H S L
Decimal 249 14 254 0.02 0.94 0 0.00 298.75 0.99 0.53
Hex F9 E FE 2 5E 0 0 12B 63 35
Octal 371 16 376 2 136 0 0 453 143 65
Binary 11111001 1110 11111110 10 1011110 0 0 100101011 1100011 110101

Color Harmonies of #F90EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90EFE

Black with #F90EFE

Text Example


Text Example

White with #F90EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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