Html Css Color HEX #F917F7 Magenta

📋 copy color: '#F917F7'

red 249 ◦ green 23 ◦ blue 247

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

Shades of Magenta #F917F7

Tints of Magenta #F917F7

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.43%

 BLUE value IS 247 (96.88% from 255) = 47.59%

R = 47.98%
G = 4.43%
B = 47.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#F917F7 (or 0xF917F7) is known color: Magenta. HEX triplet: F9, 17 and F7. RGB value is (249,23,247). Sum of RGB (Red+Green+Blue) = 249+23+247=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 23 (9.38% from 255 or 4.43% from 519); Blue value is 247 (96.88% from 255 or 47.59% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F917F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F917F7 is #06E808. Grayscale: #737373. Windows color (decimal): -452617 or 16193529. OLE color: 16193529.

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

Color convert

RGB 249 23 247 -
CMYK 0 0.91 0.01 0.02
HSL 300.53º 0.95% 0.53% -
HSV(B) 300.53º 0.91% 0.98% -
XYZ 56.16 27.47 90.34 -
YUV 116.11 201.87 222.79 -
System Red Green Blue C M Y K H S L
Decimal 249 23 247 0 0.91 0.01 0.02 300.53 0.95 0.53
Hex F9 17 F7 0 5B 1 2 12D 5F 35
Octal 371 27 367 0 133 1 2 455 137 65
Binary 11111001 10111 11110111 0 1011011 1 10 100101101 1011111 110101

Color Harmonies of #F917F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F917F7

Black with #F917F7

Text Example


Text Example

White with #F917F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F917F7; }

 p { color: rgb(249,23,247); }

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

background-color css

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

 a { background-color: rgb(249,23,247); }

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

border-color css

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

 span { border-color: rgb(249,23,247); }

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