Html Css Color HEX #F814FF Magenta

📋 copy color: '#F814FF'

red 248 ◦ green 20 ◦ blue 255

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

Shades of Magenta #F814FF

Tints of Magenta #F814FF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 3.82%

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

R = 47.42%
G = 3.82%
B = 48.76%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F814FF (or 0xF814FF) is known color: Magenta. HEX triplet: F8, 14 and FF. RGB value is (248,20,255). Sum of RGB (Red+Green+Blue) = 248+20+255=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 20 (8.20% from 255 or 3.82% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #F814FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F814FF is #07EB00. Grayscale: #727272. Windows color (decimal): -518913 or 16717048. OLE color: 16717048.

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

Color convert

RGB 248 20 255 -
CMYK 0.03 0.92 0 0
HSL 298.21º 1% 0.54% -
HSV(B) 298.21º 0.92% 1% -
XYZ 57.01 27.68 96.95 -
YUV 114.96 207.04 222.89 -
System Red Green Blue C M Y K H S L
Decimal 248 20 255 0.03 0.92 0 0 298.21 1 0.54
Hex F8 14 FF 3 5C 0 0 12A 64 36
Octal 370 24 377 3 134 0 0 452 144 66
Binary 11111000 10100 11111111 11 1011100 0 0 100101010 1100100 110110

Color Harmonies of #F814FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F814FF

Black with #F814FF

Text Example


Text Example

White with #F814FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F814FF; }

 p { color: rgb(248,20,255); }

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

background-color css

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

 a { background-color: rgb(248,20,255); }

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

border-color css

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

 span { border-color: rgb(248,20,255); }

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