Html Css Color HEX #F817FA Magenta

📋 copy color: '#F817FA'

red 248 ◦ green 23 ◦ blue 250

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

Shades of Magenta #F817FA

Tints of Magenta #F817FA

RGB

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

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

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

R = 47.6%
G = 4.41%
B = 47.98%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F817FA (or 0xF817FA) is known color: Magenta. HEX triplet: F8, 17 and FA. RGB value is (248,23,250). Sum of RGB (Red+Green+Blue) = 248+23+250=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 23 (9.38% from 255 or 4.41% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #F817FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F817FA is #07E805. Grayscale: #737373. Windows color (decimal): -518150 or 16390136. OLE color: 16390136.

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

Color convert

RGB 248 23 250 -
CMYK 0.01 0.91 0 0.02
HSL 299.47º 0.96% 0.54% -
HSV(B) 299.47º 0.91% 0.98% -
XYZ 56.27 27.47 92.78 -
YUV 116.15 203.54 222.04 -
System Red Green Blue C M Y K H S L
Decimal 248 23 250 0.01 0.91 0 0.02 299.47 0.96 0.54
Hex F8 17 FA 1 5B 0 2 12B 60 36
Octal 370 27 372 1 133 0 2 453 140 66
Binary 11111000 10111 11111010 1 1011011 0 10 100101011 1100000 110110

Color Harmonies of #F817FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F817FA

Black with #F817FA

Text Example


Text Example

White with #F817FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F817FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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