Html Css Color HEX #F814D5 Hot Magenta

📋 copy color: '#F814D5'

red 248 ◦ green 20 ◦ blue 213

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

Shades of Hot Magenta #F814D5

Tints of Hot Magenta #F814D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.28%

R = 51.56%
G = 4.16%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F814D5 (or 0xF814D5) is known color: Hot Magenta. HEX triplet: F8, 14 and D5. RGB value is (248,20,213). Sum of RGB (Red+Green+Blue) = 248+20+213=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 20 (8.20% from 255 or 4.16% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F814D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F814D5 is #07EB2A. Grayscale: #6D6D6D. Windows color (decimal): -518955 or 13964536. OLE color: 13964536.

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

Color convert

RGB 248 20 213 -
CMYK 0 0.92 0.14 0.03
HSL 309.21º 0.94% 0.53% -
HSV(B) 309.21º 0.92% 0.97% -
XYZ 50.97 25.26 65.14 -
YUV 110.17 186.04 226.31 -
System Red Green Blue C M Y K H S L
Decimal 248 20 213 0 0.92 0.14 0.03 309.21 0.94 0.53
Hex F8 14 D5 0 5C E 3 135 5E 35
Octal 370 24 325 0 134 16 3 465 136 65
Binary 11111000 10100 11010101 0 1011100 1110 11 100110101 1011110 110101

Color Harmonies of #F814D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F814D5

Black with #F814D5

Text Example


Text Example

White with #F814D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F814D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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