Html Css Color HEX #F919FF Magenta

📋 copy color: '#F919FF'

red 249 ◦ green 25 ◦ blue 255

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

Shades of Magenta #F919FF

Tints of Magenta #F919FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.2%

R = 47.07%
G = 4.73%
B = 48.2%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F919FF (or 0xF919FF) is known color: Magenta. HEX triplet: F9, 19 and FF. RGB value is (249,25,255). Sum of RGB (Red+Green+Blue) = 249+25+255=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 25 (10.16% from 255 or 4.73% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #F919FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F919FF is #06E600. Grayscale: #757575. Windows color (decimal): -452097 or 16718329. OLE color: 16718329.

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

Color convert

RGB 249 25 255 -
CMYK 0.02 0.90 0 0
HSL 298.43º 1% 0.55% -
HSV(B) 298.43º 0.9% 1% -
XYZ 57.46 28.06 96.99 -
YUV 118.2 205.21 221.3 -
System Red Green Blue C M Y K H S L
Decimal 249 25 255 0.02 0.90 0 0 298.43 1 0.55
Hex F9 19 FF 2 5A 0 0 12A 64 37
Octal 371 31 377 2 132 0 0 452 144 67
Binary 11111001 11001 11111111 10 1011010 0 0 100101010 1100100 110111

Color Harmonies of #F919FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F919FF

Black with #F919FF

Text Example


Text Example

White with #F919FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F919FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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