Html Css Color HEX #F90CE1 Hot Magenta

📋 copy color: '#F90CE1'

red 249 ◦ green 12 ◦ blue 225

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

Shades of Hot Magenta #F90CE1

Tints of Hot Magenta #F90CE1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.47%

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

R = 51.23%
G = 2.47%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F90CE1 (or 0xF90CE1) is known color: Hot Magenta. HEX triplet: F9, 0C and E1. RGB value is (249,12,225). Sum of RGB (Red+Green+Blue) = 249+12+225=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 12 (5.08% from 255 or 2.47% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CE1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90CE1 is #06F31E. Grayscale: #6A6A6A. Windows color (decimal): -455455 or 14748921. OLE color: 14748921.

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

Color convert

RGB 249 12 225 -
CMYK 0 0.95 0.10 0.02
HSL 306.08º 0.95% 0.51% -
HSV(B) 306.08º 0.95% 0.98% -
XYZ 52.79 25.84 73.44 -
YUV 107.15 194.52 229.18 -
System Red Green Blue C M Y K H S L
Decimal 249 12 225 0 0.95 0.10 0.02 306.08 0.95 0.51
Hex F9 C E1 0 5F A 2 132 5F 33
Octal 371 14 341 0 137 12 2 462 137 63
Binary 11111001 1100 11100001 0 1011111 1010 10 100110010 1011111 110011

Color Harmonies of #F90CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90CE1

Black with #F90CE1

Text Example


Text Example

White with #F90CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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