Html Css Color HEX #F90EEB Magenta

📋 copy color: '#F90EEB'

red 249 ◦ green 14 ◦ blue 235

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

Shades of Magenta #F90EEB

Tints of Magenta #F90EEB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.81%

 BLUE value IS 235 (92.19% from 255) = 47.19%

R = 50%
G = 2.81%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F90EEB (or 0xF90EEB) is known color: Magenta. HEX triplet: F9, 0E and EB. RGB value is (249,14,235). Sum of RGB (Red+Green+Blue) = 249+14+235=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 14 (5.86% from 255 or 2.81% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F90EEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90EEB is #06F114. Grayscale: #6C6C6C. Windows color (decimal): -454933 or 15404793. OLE color: 15404793.

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

Color convert

RGB 249 14 235 -
CMYK 0 0.94 0.06 0.02
HSL 303.57º 0.95% 0.52% -
HSV(B) 303.57º 0.94% 0.98% -
XYZ 54.22 26.45 80.85 -
YUV 109.46 198.86 227.53 -
System Red Green Blue C M Y K H S L
Decimal 249 14 235 0 0.94 0.06 0.02 303.57 0.95 0.52
Hex F9 E EB 0 5E 6 2 130 5F 34
Octal 371 16 353 0 136 6 2 460 137 64
Binary 11111001 1110 11101011 0 1011110 110 10 100110000 1011111 110100

Color Harmonies of #F90EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90EEB

Black with #F90EEB

Text Example


Text Example

White with #F90EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90EEB; }

 p { color: rgb(249,14,235); }

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

background-color css

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

 a { background-color: rgb(249,14,235); }

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

border-color css

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

 span { border-color: rgb(249,14,235); }

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