Html Css Color HEX #F91DF9 Magenta

📋 copy color: '#F91DF9'

red 249 ◦ green 29 ◦ blue 249

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

Shades of Magenta #F91DF9

Tints of Magenta #F91DF9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.5%

 BLUE value IS 249 (97.66% from 255) = 47.25%

R = 47.25%
G = 5.5%
B = 47.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F91DF9 (or 0xF91DF9) is known color: Magenta. HEX triplet: F9, 1D and F9. RGB value is (249,29,249). Sum of RGB (Red+Green+Blue) = 249+29+249=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 29 (11.72% from 255 or 5.50% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F91DF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91DF9 is #06E206. Grayscale: #777777. Windows color (decimal): -451079 or 16326137. OLE color: 16326137.

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

Color convert

RGB 249 29 249 -
CMYK 0 0.88 0 0.02
HSL 300º 0.95% 0.55% -
HSV(B) 300º 0.88% 0.98% -
XYZ 56.61 27.86 92.02 -
YUV 119.86 200.89 220.11 -
System Red Green Blue C M Y K H S L
Decimal 249 29 249 0 0.88 0 0.02 300 0.95 0.55
Hex F9 1D F9 0 58 0 2 12C 5F 37
Octal 371 35 371 0 130 0 2 454 137 67
Binary 11111001 11101 11111001 0 1011000 0 10 100101100 1011111 110111

Color Harmonies of #F91DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91DF9

Black with #F91DF9

Text Example


Text Example

White with #F91DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91DF9; }

 p { color: rgb(249,29,249); }

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

background-color css

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

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

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

border-color css

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

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

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