Html Css Color HEX #F913EE Magenta

📋 copy color: '#F913EE'

red 249 ◦ green 19 ◦ blue 238

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

Shades of Magenta #F913EE

Tints of Magenta #F913EE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.75%

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 49.21%
G = 3.75%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F913EE (or 0xF913EE) is known color: Magenta. HEX triplet: F9, 13 and EE. RGB value is (249,19,238). Sum of RGB (Red+Green+Blue) = 249+19+238=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 19 (7.81% from 255 or 3.75% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F913EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F913EE is #06EC11. Grayscale: #707070. Windows color (decimal): -453650 or 15602681. OLE color: 15602681.

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

Color convert

RGB 249 19 238 -
CMYK 0 0.92 0.04 0.02
HSL 302.87º 0.95% 0.53% -
HSV(B) 302.87º 0.92% 0.98% -
XYZ 54.73 26.78 83.17 -
YUV 112.74 198.7 225.19 -
System Red Green Blue C M Y K H S L
Decimal 249 19 238 0 0.92 0.04 0.02 302.87 0.95 0.53
Hex F9 13 EE 0 5C 4 2 12F 5F 35
Octal 371 23 356 0 134 4 2 457 137 65
Binary 11111001 10011 11101110 0 1011100 100 10 100101111 1011111 110101

Color Harmonies of #F913EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F913EE

Black with #F913EE

Text Example


Text Example

White with #F913EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F913EE; }

 p { color: rgb(249,19,238); }

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

background-color css

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

 a { background-color: rgb(249,19,238); }

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

border-color css

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

 span { border-color: rgb(249,19,238); }

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