Html Css Color HEX #F90EFA Magenta

📋 copy color: '#F90EFA'

red 249 ◦ green 14 ◦ blue 250

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

Shades of Magenta #F90EFA

Tints of Magenta #F90EFA

RGB

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

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

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

R = 48.54%
G = 2.73%
B = 48.73%

CMYK

 C value IS 0.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F90EFA (or 0xF90EFA) is known color: Magenta. HEX triplet: F9, 0E and FA. RGB value is (249,14,250). Sum of RGB (Red+Green+Blue) = 249+14+250=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 14 (5.86% from 255 or 2.73% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #F90EFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90EFA is #06F105. Grayscale: #6E6E6E. Windows color (decimal): -454918 or 16387833. OLE color: 16387833.

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

Color convert

RGB 249 14 250 -
CMYK 0.00 0.94 0 0.02
HSL 299.75º 0.96% 0.52% -
HSV(B) 299.75º 0.94% 0.98% -
XYZ 56.48 27.36 92.75 -
YUV 111.17 206.36 226.31 -
System Red Green Blue C M Y K H S L
Decimal 249 14 250 0.00 0.94 0 0.02 299.75 0.96 0.52
Hex F9 E FA 0 5E 0 2 12C 60 34
Octal 371 16 372 0 136 0 2 454 140 64
Binary 11111001 1110 11111010 0 1011110 0 10 100101100 1100000 110100

Color Harmonies of #F90EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90EFA

Black with #F90EFA

Text Example


Text Example

White with #F90EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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