Html Css Color HEX #F91DF4 Magenta

📋 copy color: '#F91DF4'

red 249 ◦ green 29 ◦ blue 244

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

Shades of Magenta #F91DF4

Tints of Magenta #F91DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 46.74%

R = 47.7%
G = 5.56%
B = 46.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#F91DF4 (or 0xF91DF4) is known color: Magenta. HEX triplet: F9, 1D and F4. RGB value is (249,29,244). Sum of RGB (Red+Green+Blue) = 249+29+244=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 29 (11.72% from 255 or 5.56% from 522); Blue value is 244 (95.70% from 255 or 46.74% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F91DF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91DF4 is #06E20B. Grayscale: #767676. Windows color (decimal): -451084 or 15998457. OLE color: 15998457.

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

Color convert

RGB 249 29 244 -
CMYK 0 0.88 0.02 0.02
HSL 301.36º 0.95% 0.55% -
HSV(B) 301.36º 0.88% 0.98% -
XYZ 55.84 27.55 87.96 -
YUV 119.29 198.39 220.52 -
System Red Green Blue C M Y K H S L
Decimal 249 29 244 0 0.88 0.02 0.02 301.36 0.95 0.55
Hex F9 1D F4 0 58 2 2 12D 5F 37
Octal 371 35 364 0 130 2 2 455 137 67
Binary 11111001 11101 11110100 0 1011000 10 10 100101101 1011111 110111

Color Harmonies of #F91DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91DF4

Black with #F91DF4

Text Example


Text Example

White with #F91DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91DF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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