Html Css Color HEX #F910E6 Magenta

📋 copy color: '#F910E6'

red 249 ◦ green 16 ◦ blue 230

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

Shades of Magenta #F910E6

Tints of Magenta #F910E6

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.23%

 BLUE value IS 230 (90.23% from 255) = 46.46%

R = 50.3%
G = 3.23%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F910E6 (or 0xF910E6) is known color: Magenta. HEX triplet: F9, 10 and E6. RGB value is (249,16,230). Sum of RGB (Red+Green+Blue) = 249+16+230=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 16 (6.64% from 255 or 3.23% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F910E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F910E6 is #06EF19. Grayscale: #6D6D6D. Windows color (decimal): -454426 or 15077625. OLE color: 15077625.

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

Color convert

RGB 249 16 230 -
CMYK 0 0.94 0.08 0.02
HSL 304.89º 0.95% 0.52% -
HSV(B) 304.89º 0.94% 0.98% -
XYZ 53.54 26.22 77.1 -
YUV 110.06 195.69 227.1 -
System Red Green Blue C M Y K H S L
Decimal 249 16 230 0 0.94 0.08 0.02 304.89 0.95 0.52
Hex F9 10 E6 0 5E 8 2 131 5F 34
Octal 371 20 346 0 136 10 2 461 137 64
Binary 11111001 10000 11100110 0 1011110 1000 10 100110001 1011111 110100

Color Harmonies of #F910E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F910E6

Black with #F910E6

Text Example


Text Example

White with #F910E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F910E6; }

 p { color: rgb(249,16,230); }

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

background-color css

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

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

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

border-color css

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

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

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