Html Css Color HEX #F910F0 Magenta

📋 copy color: '#F910F0'

red 249 ◦ green 16 ◦ blue 240

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

Shades of Magenta #F910F0

Tints of Magenta #F910F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.52%

R = 49.31%
G = 3.17%
B = 47.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F910F0 (or 0xF910F0) is known color: Magenta. HEX triplet: F9, 10 and F0. RGB value is (249,16,240). Sum of RGB (Red+Green+Blue) = 249+16+240=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 16 (6.64% from 255 or 3.17% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F910F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F910F0 is #06EF0F. Grayscale: #6E6E6E. Windows color (decimal): -454416 or 15732985. OLE color: 15732985.

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

Color convert

RGB 249 16 240 -
CMYK 0 0.94 0.04 0.02
HSL 302.32º 0.95% 0.52% -
HSV(B) 302.32º 0.94% 0.98% -
XYZ 54.98 26.8 84.71 -
YUV 111.2 200.69 226.29 -
System Red Green Blue C M Y K H S L
Decimal 249 16 240 0 0.94 0.04 0.02 302.32 0.95 0.52
Hex F9 10 F0 0 5E 4 2 12E 5F 34
Octal 371 20 360 0 136 4 2 456 137 64
Binary 11111001 10000 11110000 0 1011110 100 10 100101110 1011111 110100

Color Harmonies of #F910F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F910F0

Black with #F910F0

Text Example


Text Example

White with #F910F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F910F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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