Html Css Color HEX #F90FEF Magenta

📋 copy color: '#F90FEF'

red 249 ◦ green 15 ◦ blue 239

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

Shades of Magenta #F90FEF

Tints of Magenta #F90FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.51%

R = 49.5%
G = 2.98%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F90FEF (or 0xF90FEF) is known color: Magenta. HEX triplet: F9, 0F and EF. RGB value is (249,15,239). Sum of RGB (Red+Green+Blue) = 249+15+239=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 15 (6.25% from 255 or 2.98% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F90FEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90FEF is #06F010. Grayscale: #6D6D6D. Windows color (decimal): -454673 or 15667193. OLE color: 15667193.

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

Color convert

RGB 249 15 239 -
CMYK 0 0.94 0.04 0.02
HSL 302.56º 0.95% 0.52% -
HSV(B) 302.56º 0.94% 0.98% -
XYZ 54.82 26.71 83.93 -
YUV 110.5 200.52 226.79 -
System Red Green Blue C M Y K H S L
Decimal 249 15 239 0 0.94 0.04 0.02 302.56 0.95 0.52
Hex F9 F EF 0 5E 4 2 12F 5F 34
Octal 371 17 357 0 136 4 2 457 137 64
Binary 11111001 1111 11101111 0 1011110 100 10 100101111 1011111 110100

Color Harmonies of #F90FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90FEF

Black with #F90FEF

Text Example


Text Example

White with #F90FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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