Html Css Color HEX #F915ED Magenta

📋 copy color: '#F915ED'

red 249 ◦ green 21 ◦ blue 237

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

Shades of Magenta #F915ED

Tints of Magenta #F915ED

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.14%

 BLUE value IS 237 (92.97% from 255) = 46.75%

R = 49.11%
G = 4.14%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F915ED (or 0xF915ED) is known color: Magenta. HEX triplet: F9, 15 and ED. RGB value is (249,21,237). Sum of RGB (Red+Green+Blue) = 249+21+237=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 21 (8.59% from 255 or 4.14% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F915ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F915ED is #06EA12. Grayscale: #717171. Windows color (decimal): -453139 or 15537657. OLE color: 15537657.

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

Color convert

RGB 249 21 237 -
CMYK 0 0.92 0.05 0.02
HSL 303.16º 0.95% 0.53% -
HSV(B) 303.16º 0.92% 0.98% -
XYZ 54.62 26.79 82.41 -
YUV 113.8 197.54 224.44 -
System Red Green Blue C M Y K H S L
Decimal 249 21 237 0 0.92 0.05 0.02 303.16 0.95 0.53
Hex F9 15 ED 0 5C 5 2 12F 5F 35
Octal 371 25 355 0 134 5 2 457 137 65
Binary 11111001 10101 11101101 0 1011100 101 10 100101111 1011111 110101

Color Harmonies of #F915ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F915ED

Black with #F915ED

Text Example


Text Example

White with #F915ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F915ED; }

 p { color: rgb(249,21,237); }

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

background-color css

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

 a { background-color: rgb(249,21,237); }

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

border-color css

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

 span { border-color: rgb(249,21,237); }

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