Html Css Color HEX #F917FF Magenta

📋 copy color: '#F917FF'

red 249 ◦ green 23 ◦ blue 255

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

Shades of Magenta #F917FF

Tints of Magenta #F917FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.39%

R = 47.25%
G = 4.36%
B = 48.39%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F917FF (or 0xF917FF) is known color: Magenta. HEX triplet: F9, 17 and FF. RGB value is (249,23,255). Sum of RGB (Red+Green+Blue) = 249+23+255=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 23 (9.38% from 255 or 4.36% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #F917FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F917FF is #06E800. Grayscale: #747474. Windows color (decimal): -452609 or 16717817. OLE color: 16717817.

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

Color convert

RGB 249 23 255 -
CMYK 0.02 0.91 0 0
HSL 298.45º 1% 0.55% -
HSV(B) 298.45º 0.91% 1% -
XYZ 57.42 27.97 96.98 -
YUV 117.02 205.87 222.14 -
System Red Green Blue C M Y K H S L
Decimal 249 23 255 0.02 0.91 0 0 298.45 1 0.55
Hex F9 17 FF 2 5B 0 0 12A 64 37
Octal 371 27 377 2 133 0 0 452 144 67
Binary 11111001 10111 11111111 10 1011011 0 0 100101010 1100100 110111

Color Harmonies of #F917FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F917FF

Black with #F917FF

Text Example


Text Example

White with #F917FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F917FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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