Html Css Color HEX #F90BE1 Hot Magenta

📋 copy color: '#F90BE1'

red 249 ◦ green 11 ◦ blue 225

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

Shades of Hot Magenta #F90BE1

Tints of Hot Magenta #F90BE1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.27%

 BLUE value IS 225 (88.28% from 255) = 46.39%

R = 51.34%
G = 2.27%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F90BE1 (or 0xF90BE1) is known color: Hot Magenta. HEX triplet: F9, 0B and E1. RGB value is (249,11,225). Sum of RGB (Red+Green+Blue) = 249+11+225=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 11 (4.69% from 255 or 2.27% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BE1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90BE1 is #06F41E. Grayscale: #696969. Windows color (decimal): -455711 or 14748665. OLE color: 14748665.

HSL color Cylindrical-coordinate representation of color #F90BE1: hue angle of 306.05º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90BE1 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 11 225 -
CMYK 0 0.96 0.10 0.02
HSL 306.05º 0.95% 0.51% -
HSV(B) 306.05º 0.96% 0.98% -
XYZ 52.78 25.82 73.44 -
YUV 106.56 194.85 229.6 -
System Red Green Blue C M Y K H S L
Decimal 249 11 225 0 0.96 0.10 0.02 306.05 0.95 0.51
Hex F9 B E1 0 60 A 2 132 5F 33
Octal 371 13 341 0 140 12 2 462 137 63
Binary 11111001 1011 11100001 0 1100000 1010 10 100110010 1011111 110011

Color Harmonies of #F90BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90BE1

Black with #F90BE1

Text Example


Text Example

White with #F90BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90BE1; }

 p { color: rgb(249,11,225); }

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

background-color css

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

 a { background-color: rgb(249,11,225); }

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

border-color css

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

 span { border-color: rgb(249,11,225); }

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