Html Css Color HEX #F914E9 Magenta

📋 copy color: '#F914E9'

red 249 ◦ green 20 ◦ blue 233

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

Shades of Magenta #F914E9

Tints of Magenta #F914E9

RGB

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

 GREEN value IS 20 (8.2% from 255) = 3.98%

 BLUE value IS 233 (91.41% from 255) = 46.41%

R = 49.6%
G = 3.98%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F914E9 (or 0xF914E9) is known color: Magenta. HEX triplet: F9, 14 and E9. RGB value is (249,20,233). Sum of RGB (Red+Green+Blue) = 249+20+233=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 20 (8.20% from 255 or 3.98% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F914E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F914E9 is #06EB16. Grayscale: #707070. Windows color (decimal): -453399 or 15275257. OLE color: 15275257.

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

Color convert

RGB 249 20 233 -
CMYK 0 0.92 0.06 0.02
HSL 304.19º 0.95% 0.53% -
HSV(B) 304.19º 0.92% 0.98% -
XYZ 54.03 26.52 79.36 -
YUV 112.75 195.87 225.18 -
System Red Green Blue C M Y K H S L
Decimal 249 20 233 0 0.92 0.06 0.02 304.19 0.95 0.53
Hex F9 14 E9 0 5C 6 2 130 5F 35
Octal 371 24 351 0 134 6 2 460 137 65
Binary 11111001 10100 11101001 0 1011100 110 10 100110000 1011111 110101

Color Harmonies of #F914E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F914E9

Black with #F914E9

Text Example


Text Example

White with #F914E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F914E9; }

 p { color: rgb(249,20,233); }

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

background-color css

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

 a { background-color: rgb(249,20,233); }

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

border-color css

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

 span { border-color: rgb(249,20,233); }

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