Html Css Color HEX #F90CE0 Hot Magenta

📋 copy color: '#F90CE0'

red 249 ◦ green 12 ◦ blue 224

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

Shades of Hot Magenta #F90CE0

Tints of Hot Magenta #F90CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.19%

R = 51.34%
G = 2.47%
B = 46.19%

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

#F90CE0 (or 0xF90CE0) is known color: Hot Magenta. HEX triplet: F9, 0C and E0. RGB value is (249,12,224). Sum of RGB (Red+Green+Blue) = 249+12+224=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 12 (5.08% from 255 or 2.47% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90CE0 is #06F31F. Grayscale: #6A6A6A. Windows color (decimal): -455456 or 14683385. OLE color: 14683385.

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

Color convert

RGB 249 12 224 -
CMYK 0 0.95 0.10 0.02
HSL 306.33º 0.95% 0.51% -
HSV(B) 306.33º 0.95% 0.98% -
XYZ 52.65 25.78 72.72 -
YUV 107.03 194.02 229.26 -
System Red Green Blue C M Y K H S L
Decimal 249 12 224 0 0.95 0.10 0.02 306.33 0.95 0.51
Hex F9 C E0 0 5F A 2 132 5F 33
Octal 371 14 340 0 137 12 2 462 137 63
Binary 11111001 1100 11100000 0 1011111 1010 10 100110010 1011111 110011

Color Harmonies of #F90CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90CE0

Black with #F90CE0

Text Example


Text Example

White with #F90CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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