Html Css Color HEX #F919DF Hot Magenta

📋 copy color: '#F919DF'

red 249 ◦ green 25 ◦ blue 223

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

Shades of Hot Magenta #F919DF

Tints of Hot Magenta #F919DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 50.1%
G = 5.03%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F919DF (or 0xF919DF) is known color: Hot Magenta. HEX triplet: F9, 19 and DF. RGB value is (249,25,223). Sum of RGB (Red+Green+Blue) = 249+25+223=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 25 (10.16% from 255 or 5.03% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F919DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F919DF is #06E620. Grayscale: #717171. Windows color (decimal): -452129 or 14621177. OLE color: 14621177.

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

Color convert

RGB 249 25 223 -
CMYK 0 0.90 0.10 0.02
HSL 306.96º 0.95% 0.54% -
HSV(B) 306.96º 0.9% 0.98% -
XYZ 52.73 26.16 72.08 -
YUV 114.55 189.21 223.9 -
System Red Green Blue C M Y K H S L
Decimal 249 25 223 0 0.90 0.10 0.02 306.96 0.95 0.54
Hex F9 19 DF 0 5A A 2 133 5F 36
Octal 371 31 337 0 132 12 2 463 137 66
Binary 11111001 11001 11011111 0 1011010 1010 10 100110011 1011111 110110

Color Harmonies of #F919DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F919DF

Black with #F919DF

Text Example


Text Example

White with #F919DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F919DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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