Html Css Color HEX #F91CED Magenta

📋 copy color: '#F91CED'

red 249 ◦ green 28 ◦ blue 237

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

Shades of Magenta #F91CED

Tints of Magenta #F91CED

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.45%

 BLUE value IS 237 (92.97% from 255) = 46.11%

R = 48.44%
G = 5.45%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F91CED (or 0xF91CED) is known color: Magenta. HEX triplet: F9, 1C and ED. RGB value is (249,28,237). Sum of RGB (Red+Green+Blue) = 249+28+237=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 28 (11.33% from 255 or 5.45% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F91CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91CED is #06E312. Grayscale: #757575. Windows color (decimal): -451347 or 15539449. OLE color: 15539449.

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

Color convert

RGB 249 28 237 -
CMYK 0 0.89 0.05 0.02
HSL 303.26º 0.95% 0.54% -
HSV(B) 303.26º 0.89% 0.98% -
XYZ 54.77 27.08 82.46 -
YUV 117.91 195.22 221.51 -
System Red Green Blue C M Y K H S L
Decimal 249 28 237 0 0.89 0.05 0.02 303.26 0.95 0.54
Hex F9 1C ED 0 59 5 2 12F 5F 36
Octal 371 34 355 0 131 5 2 457 137 66
Binary 11111001 11100 11101101 0 1011001 101 10 100101111 1011111 110110

Color Harmonies of #F91CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91CED

Black with #F91CED

Text Example


Text Example

White with #F91CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91CED; }

 p { color: rgb(249,28,237); }

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

background-color css

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

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

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

border-color css

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

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

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