Html Css Color HEX #F814FA Magenta

📋 copy color: '#F814FA'

red 248 ◦ green 20 ◦ blue 250

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

Shades of Magenta #F814FA

Tints of Magenta #F814FA

RGB

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

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

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

R = 47.88%
G = 3.86%
B = 48.26%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F814FA (or 0xF814FA) is known color: Magenta. HEX triplet: F8, 14 and FA. RGB value is (248,20,250). Sum of RGB (Red+Green+Blue) = 248+20+250=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 20 (8.20% from 255 or 3.86% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #F814FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F814FA is #07EB05. Grayscale: #717171. Windows color (decimal): -518918 or 16389368. OLE color: 16389368.

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

Color convert

RGB 248 20 250 -
CMYK 0.01 0.92 0 0.02
HSL 299.48º 0.96% 0.53% -
HSV(B) 299.48º 0.92% 0.98% -
XYZ 56.22 27.36 92.76 -
YUV 114.39 204.54 223.3 -
System Red Green Blue C M Y K H S L
Decimal 248 20 250 0.01 0.92 0 0.02 299.48 0.96 0.53
Hex F8 14 FA 1 5C 0 2 12B 60 35
Octal 370 24 372 1 134 0 2 453 140 65
Binary 11111000 10100 11111010 1 1011100 0 10 100101011 1100000 110101

Color Harmonies of #F814FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F814FA

Black with #F814FA

Text Example


Text Example

White with #F814FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F814FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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