Html Css Color HEX #F91DEC Magenta

📋 copy color: '#F91DEC'

red 249 ◦ green 29 ◦ blue 236

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

Shades of Magenta #F91DEC

Tints of Magenta #F91DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.91%

R = 48.44%
G = 5.64%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F91DEC (or 0xF91DEC) is known color: Magenta. HEX triplet: F9, 1D and EC. RGB value is (249,29,236). Sum of RGB (Red+Green+Blue) = 249+29+236=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 29 (11.72% from 255 or 5.64% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F91DEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91DEC is #06E213. Grayscale: #757575. Windows color (decimal): -451092 or 15474169. OLE color: 15474169.

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

Color convert

RGB 249 29 236 -
CMYK 0 0.88 0.05 0.02
HSL 303.55º 0.95% 0.55% -
HSV(B) 303.55º 0.88% 0.98% -
XYZ 54.65 27.07 81.7 -
YUV 118.38 194.39 221.17 -
System Red Green Blue C M Y K H S L
Decimal 249 29 236 0 0.88 0.05 0.02 303.55 0.95 0.55
Hex F9 1D EC 0 58 5 2 130 5F 37
Octal 371 35 354 0 130 5 2 460 137 67
Binary 11111001 11101 11101100 0 1011000 101 10 100110000 1011111 110111

Color Harmonies of #F91DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91DEC

Black with #F91DEC

Text Example


Text Example

White with #F91DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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