Html Css Color HEX #F90EFC Magenta

📋 copy color: '#F90EFC'

red 249 ◦ green 14 ◦ blue 252

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

Shades of Magenta #F90EFC

Tints of Magenta #F90EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.93%

R = 48.35%
G = 2.72%
B = 48.93%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F90EFC (or 0xF90EFC) is known color: Magenta. HEX triplet: F9, 0E and FC. RGB value is (249,14,252). Sum of RGB (Red+Green+Blue) = 249+14+252=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 14 (5.86% from 255 or 2.72% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #F90EFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90EFC is #06F103. Grayscale: #6E6E6E. Windows color (decimal): -454916 or 16518905. OLE color: 16518905.

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

Color convert

RGB 249 14 252 -
CMYK 0.01 0.94 0 0.01
HSL 299.24º 0.98% 0.52% -
HSV(B) 299.24º 0.94% 0.99% -
XYZ 56.79 27.48 94.41 -
YUV 111.4 207.36 226.15 -
System Red Green Blue C M Y K H S L
Decimal 249 14 252 0.01 0.94 0 0.01 299.24 0.98 0.52
Hex F9 E FC 1 5E 0 1 12B 62 34
Octal 371 16 374 1 136 0 1 453 142 64
Binary 11111001 1110 11111100 1 1011110 0 1 100101011 1100010 110100

Color Harmonies of #F90EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90EFC

Black with #F90EFC

Text Example


Text Example

White with #F90EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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