Html Css Color HEX #F90CE9 Magenta

📋 copy color: '#F90CE9'

red 249 ◦ green 12 ◦ blue 233

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

Shades of Magenta #F90CE9

Tints of Magenta #F90CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.17%

R = 50.4%
G = 2.43%
B = 47.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F90CE9 (or 0xF90CE9) is known color: Magenta. HEX triplet: F9, 0C and E9. RGB value is (249,12,233). Sum of RGB (Red+Green+Blue) = 249+12+233=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 12 (5.08% from 255 or 2.43% from 494); Blue value is 233 (91.41% from 255 or 47.17% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90CE9 is #06F316. Grayscale: #6B6B6B. Windows color (decimal): -455447 or 15273209. OLE color: 15273209.

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

Color convert

RGB 249 12 233 -
CMYK 0 0.95 0.06 0.02
HSL 304.05º 0.95% 0.51% -
HSV(B) 304.05º 0.95% 0.98% -
XYZ 53.91 26.29 79.32 -
YUV 108.06 198.52 228.53 -
System Red Green Blue C M Y K H S L
Decimal 249 12 233 0 0.95 0.06 0.02 304.05 0.95 0.51
Hex F9 C E9 0 5F 6 2 130 5F 33
Octal 371 14 351 0 137 6 2 460 137 63
Binary 11111001 1100 11101001 0 1011111 110 10 100110000 1011111 110011

Color Harmonies of #F90CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90CE9

Black with #F90CE9

Text Example


Text Example

White with #F90CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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