Html Css Color HEX #F817FE Magenta

📋 copy color: '#F817FE'

red 248 ◦ green 23 ◦ blue 254

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

Shades of Magenta #F817FE

Tints of Magenta #F817FE

RGB

 RED value IS 248 (97.27% from 255) = 47.24%

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

 BLUE value IS 254 (99.61% from 255) = 48.38%

R = 47.24%
G = 4.38%
B = 48.38%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F817FE (or 0xF817FE) is known color: Magenta. HEX triplet: F8, 17 and FE. RGB value is (248,23,254). Sum of RGB (Red+Green+Blue) = 248+23+254=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 23 (9.38% from 255 or 4.38% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #F817FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F817FE is #07E801. Grayscale: #737373. Windows color (decimal): -518146 or 16652280. OLE color: 16652280.

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

Color convert

RGB 248 23 254 -
CMYK 0.02 0.91 0 0.00
HSL 298.44º 0.99% 0.54% -
HSV(B) 298.44º 0.91% 1% -
XYZ 56.91 27.73 96.12 -
YUV 116.61 205.54 221.72 -
System Red Green Blue C M Y K H S L
Decimal 248 23 254 0.02 0.91 0 0.00 298.44 0.99 0.54
Hex F8 17 FE 2 5B 0 0 12A 63 36
Octal 370 27 376 2 133 0 0 452 143 66
Binary 11111000 10111 11111110 10 1011011 0 0 100101010 1100011 110110

Color Harmonies of #F817FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F817FE

Black with #F817FE

Text Example


Text Example

White with #F817FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F817FE; }

 p { color: rgb(248,23,254); }

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

background-color css

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

 a { background-color: rgb(248,23,254); }

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

border-color css

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

 span { border-color: rgb(248,23,254); }

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