Html Css Color HEX #F919F0 Magenta

📋 copy color: '#F919F0'

red 249 ◦ green 25 ◦ blue 240

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

Shades of Magenta #F919F0

Tints of Magenta #F919F0

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.86%

 BLUE value IS 240 (94.14% from 255) = 46.69%

R = 48.44%
G = 4.86%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F919F0 (or 0xF919F0) is known color: Magenta. HEX triplet: F9, 19 and F0. RGB value is (249,25,240). Sum of RGB (Red+Green+Blue) = 249+25+240=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 25 (10.16% from 255 or 4.86% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F919F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F919F0 is #06E60F. Grayscale: #737373. Windows color (decimal): -452112 or 15735289. OLE color: 15735289.

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

Color convert

RGB 249 25 240 -
CMYK 0 0.90 0.04 0.02
HSL 302.41º 0.95% 0.54% -
HSV(B) 302.41º 0.9% 0.98% -
XYZ 55.14 27.13 84.77 -
YUV 116.49 197.71 222.52 -
System Red Green Blue C M Y K H S L
Decimal 249 25 240 0 0.90 0.04 0.02 302.41 0.95 0.54
Hex F9 19 F0 0 5A 4 2 12E 5F 36
Octal 371 31 360 0 132 4 2 456 137 66
Binary 11111001 11001 11110000 0 1011010 100 10 100101110 1011111 110110

Color Harmonies of #F919F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F919F0

Black with #F919F0

Text Example


Text Example

White with #F919F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F919F0; }

 p { color: rgb(249,25,240); }

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

background-color css

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

 a { background-color: rgb(249,25,240); }

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

border-color css

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

 span { border-color: rgb(249,25,240); }

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