Html Css Color HEX #F91EEA Magenta

📋 copy color: '#F91EEA'

red 249 ◦ green 30 ◦ blue 234

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

Shades of Magenta #F91EEA

Tints of Magenta #F91EEA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.85%

 BLUE value IS 234 (91.8% from 255) = 45.61%

R = 48.54%
G = 5.85%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F91EEA (or 0xF91EEA) is known color: Magenta. HEX triplet: F9, 1E and EA. RGB value is (249,30,234). Sum of RGB (Red+Green+Blue) = 249+30+234=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 30 (12.11% from 255 or 5.85% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F91EEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91EEA is #06E115. Grayscale: #767676. Windows color (decimal): -450838 or 15343353. OLE color: 15343353.

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

Color convert

RGB 249 30 234 -
CMYK 0 0.88 0.06 0.02
HSL 304.11º 0.95% 0.55% -
HSV(B) 304.11º 0.88% 0.98% -
XYZ 54.38 27.01 80.19 -
YUV 118.74 193.05 220.91 -
System Red Green Blue C M Y K H S L
Decimal 249 30 234 0 0.88 0.06 0.02 304.11 0.95 0.55
Hex F9 1E EA 0 58 6 2 130 5F 37
Octal 371 36 352 0 130 6 2 460 137 67
Binary 11111001 11110 11101010 0 1011000 110 10 100110000 1011111 110111

Color Harmonies of #F91EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91EEA

Black with #F91EEA

Text Example


Text Example

White with #F91EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91EEA; }

 p { color: rgb(249,30,234); }

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

background-color css

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

 a { background-color: rgb(249,30,234); }

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

border-color css

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

 span { border-color: rgb(249,30,234); }

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