Html Css Color HEX #F90FF0 Magenta

📋 copy color: '#F90FF0'

red 249 ◦ green 15 ◦ blue 240

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

Shades of Magenta #F90FF0

Tints of Magenta #F90FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.62%

R = 49.4%
G = 2.98%
B = 47.62%

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

#F90FF0 (or 0xF90FF0) is known color: Magenta. HEX triplet: F9, 0F and F0. RGB value is (249,15,240). Sum of RGB (Red+Green+Blue) = 249+15+240=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 15 (6.25% from 255 or 2.98% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F90FF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90FF0 is #06F00F. Grayscale: #6D6D6D. Windows color (decimal): -454672 or 15732729. OLE color: 15732729.

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

Color convert

RGB 249 15 240 -
CMYK 0 0.94 0.04 0.02
HSL 302.31º 0.95% 0.52% -
HSV(B) 302.31º 0.94% 0.98% -
XYZ 54.97 26.77 84.71 -
YUV 110.62 201.02 226.7 -
System Red Green Blue C M Y K H S L
Decimal 249 15 240 0 0.94 0.04 0.02 302.31 0.95 0.52
Hex F9 F F0 0 5E 4 2 12E 5F 34
Octal 371 17 360 0 136 4 2 456 137 64
Binary 11111001 1111 11110000 0 1011110 100 10 100101110 1011111 110100

Color Harmonies of #F90FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90FF0

Black with #F90FF0

Text Example


Text Example

White with #F90FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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