Html Css Color HEX #F90FE8 Magenta

📋 copy color: '#F90FE8'

red 249 ◦ green 15 ◦ blue 232

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

Shades of Magenta #F90FE8

Tints of Magenta #F90FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.77%

R = 50.2%
G = 3.02%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F90FE8 (or 0xF90FE8) is known color: Magenta. HEX triplet: F9, 0F and E8. RGB value is (249,15,232). Sum of RGB (Red+Green+Blue) = 249+15+232=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 15 (6.25% from 255 or 3.02% from 496); Blue value is 232 (91.02% from 255 or 46.77% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F90FE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90FE8 is #06F017. Grayscale: #6D6D6D. Windows color (decimal): -454680 or 15208441. OLE color: 15208441.

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

Color convert

RGB 249 15 232 -
CMYK 0 0.94 0.07 0.02
HSL 304.36º 0.95% 0.52% -
HSV(B) 304.36º 0.94% 0.98% -
XYZ 53.8 26.31 78.59 -
YUV 109.7 197.02 227.36 -
System Red Green Blue C M Y K H S L
Decimal 249 15 232 0 0.94 0.07 0.02 304.36 0.95 0.52
Hex F9 F E8 0 5E 7 2 130 5F 34
Octal 371 17 350 0 136 7 2 460 137 64
Binary 11111001 1111 11101000 0 1011110 111 10 100110000 1011111 110100

Color Harmonies of #F90FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90FE8

Black with #F90FE8

Text Example


Text Example

White with #F90FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90FE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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