Html Css Color HEX #F90FE2 Hot Magenta

📋 copy color: '#F90FE2'

red 249 ◦ green 15 ◦ blue 226

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

Shades of Hot Magenta #F90FE2

Tints of Hot Magenta #F90FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 46.12%

R = 50.82%
G = 3.06%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F90FE2 (or 0xF90FE2) is known color: Hot Magenta. HEX triplet: F9, 0F and E2. RGB value is (249,15,226). Sum of RGB (Red+Green+Blue) = 249+15+226=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 15 (6.25% from 255 or 3.06% from 490); Blue value is 226 (88.67% from 255 or 46.12% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F90FE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90FE2 is #06F01D. Grayscale: #6C6C6C. Windows color (decimal): -454686 or 14815225. OLE color: 14815225.

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

Color convert

RGB 249 15 226 -
CMYK 0 0.94 0.09 0.02
HSL 305.9º 0.95% 0.52% -
HSV(B) 305.9º 0.94% 0.98% -
XYZ 52.97 25.97 74.17 -
YUV 109.02 194.02 227.84 -
System Red Green Blue C M Y K H S L
Decimal 249 15 226 0 0.94 0.09 0.02 305.9 0.95 0.52
Hex F9 F E2 0 5E 9 2 132 5F 34
Octal 371 17 342 0 136 11 2 462 137 64
Binary 11111001 1111 11100010 0 1011110 1001 10 100110010 1011111 110100

Color Harmonies of #F90FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90FE2

Black with #F90FE2

Text Example


Text Example

White with #F90FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90FE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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