Html Css Color HEX #F918ED Magenta

📋 copy color: '#F918ED'

red 249 ◦ green 24 ◦ blue 237

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

Shades of Magenta #F918ED

Tints of Magenta #F918ED

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.71%

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

R = 48.82%
G = 4.71%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F918ED (or 0xF918ED) is known color: Magenta. HEX triplet: F9, 18 and ED. RGB value is (249,24,237). Sum of RGB (Red+Green+Blue) = 249+24+237=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 24 (9.77% from 255 or 4.71% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F918ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F918ED is #06E712. Grayscale: #727272. Windows color (decimal): -452371 or 15538425. OLE color: 15538425.

HSL color Cylindrical-coordinate representation of color #F918ED: hue angle of 303.2º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F918ED is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 24 237 -
CMYK 0 0.90 0.05 0.02
HSL 303.2º 0.95% 0.54% -
HSV(B) 303.2º 0.9% 0.98% -
XYZ 54.68 26.91 82.43 -
YUV 115.56 196.54 223.18 -
System Red Green Blue C M Y K H S L
Decimal 249 24 237 0 0.90 0.05 0.02 303.2 0.95 0.54
Hex F9 18 ED 0 5A 5 2 12F 5F 36
Octal 371 30 355 0 132 5 2 457 137 66
Binary 11111001 11000 11101101 0 1011010 101 10 100101111 1011111 110110

Color Harmonies of #F918ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F918ED

Black with #F918ED

Text Example


Text Example

White with #F918ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F918ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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