Html Css Color HEX #F917FA Magenta

📋 copy color: '#F917FA'

red 249 ◦ green 23 ◦ blue 250

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

Shades of Magenta #F917FA

Tints of Magenta #F917FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.89%

R = 47.7%
G = 4.41%
B = 47.89%

CMYK

 C value IS 0.00

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F917FA (or 0xF917FA) is known color: Magenta. HEX triplet: F9, 17 and FA. RGB value is (249,23,250). Sum of RGB (Red+Green+Blue) = 249+23+250=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 23 (9.38% from 255 or 4.41% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #F917FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F917FA is #06E805. Grayscale: #737373. Windows color (decimal): -452614 or 16390137. OLE color: 16390137.

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

Color convert

RGB 249 23 250 -
CMYK 0.00 0.91 0 0.02
HSL 299.74º 0.96% 0.54% -
HSV(B) 299.74º 0.91% 0.98% -
XYZ 56.63 27.65 92.8 -
YUV 116.45 203.37 222.54 -
System Red Green Blue C M Y K H S L
Decimal 249 23 250 0.00 0.91 0 0.02 299.74 0.96 0.54
Hex F9 17 FA 0 5B 0 2 12C 60 36
Octal 371 27 372 0 133 0 2 454 140 66
Binary 11111001 10111 11111010 0 1011011 0 10 100101100 1100000 110110

Color Harmonies of #F917FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F917FA

Black with #F917FA

Text Example


Text Example

White with #F917FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F917FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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