Html Css Color HEX #F90CE5 Hot Magenta

📋 copy color: '#F90CE5'

red 249 ◦ green 12 ◦ blue 229

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

Shades of Hot Magenta #F90CE5

Tints of Hot Magenta #F90CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.73%

R = 50.82%
G = 2.45%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F90CE5 (or 0xF90CE5) is known color: Hot Magenta. HEX triplet: F9, 0C and E5. RGB value is (249,12,229). Sum of RGB (Red+Green+Blue) = 249+12+229=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 12 (5.08% from 255 or 2.45% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90CE5 is #06F31A. Grayscale: #6A6A6A. Windows color (decimal): -455451 or 15011065. OLE color: 15011065.

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

Color convert

RGB 249 12 229 -
CMYK 0 0.95 0.08 0.02
HSL 305.06º 0.95% 0.51% -
HSV(B) 305.06º 0.95% 0.98% -
XYZ 53.34 26.06 76.35 -
YUV 107.6 196.52 228.86 -
System Red Green Blue C M Y K H S L
Decimal 249 12 229 0 0.95 0.08 0.02 305.06 0.95 0.51
Hex F9 C E5 0 5F 8 2 131 5F 33
Octal 371 14 345 0 137 10 2 461 137 63
Binary 11111001 1100 11100101 0 1011111 1000 10 100110001 1011111 110011

Color Harmonies of #F90CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90CE5

Black with #F90CE5

Text Example


Text Example

White with #F90CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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