Html Css Color HEX #F910F2 Magenta

📋 copy color: '#F910F2'

red 249 ◦ green 16 ◦ blue 242

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

Shades of Magenta #F910F2

Tints of Magenta #F910F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.73%

R = 49.11%
G = 3.16%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F910F2 (or 0xF910F2) is known color: Magenta. HEX triplet: F9, 10 and F2. RGB value is (249,16,242). Sum of RGB (Red+Green+Blue) = 249+16+242=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 16 (6.64% from 255 or 3.16% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F910F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F910F2 is #06EF0D. Grayscale: #6E6E6E. Windows color (decimal): -454414 or 15864057. OLE color: 15864057.

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

Color convert

RGB 249 16 242 -
CMYK 0 0.94 0.03 0.02
HSL 301.8º 0.95% 0.52% -
HSV(B) 301.8º 0.94% 0.98% -
XYZ 55.28 26.92 86.29 -
YUV 111.43 201.69 226.12 -
System Red Green Blue C M Y K H S L
Decimal 249 16 242 0 0.94 0.03 0.02 301.8 0.95 0.52
Hex F9 10 F2 0 5E 3 2 12E 5F 34
Octal 371 20 362 0 136 3 2 456 137 64
Binary 11111001 10000 11110010 0 1011110 11 10 100101110 1011111 110100

Color Harmonies of #F910F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F910F2

Black with #F910F2

Text Example


Text Example

White with #F910F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F910F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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