Html Css Color HEX #F514DD Hot Magenta

📋 copy color: '#F514DD'

red 245 ◦ green 20 ◦ blue 221

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

Shades of Hot Magenta #F514DD

Tints of Hot Magenta #F514DD

RGB

 RED value IS 245 (96.09% from 255) = 50.41%

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

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 50.41%
G = 4.12%
B = 45.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F514DD (or 0xF514DD) is known color: Hot Magenta. HEX triplet: F5, 14 and DD. RGB value is (245,20,221). Sum of RGB (Red+Green+Blue) = 245+20+221=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 20 (8.20% from 255 or 4.12% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F514DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F514DD is #0AEB22. Grayscale: #6D6D6D. Windows color (decimal): -715555 or 14488821. OLE color: 14488821.

HSL color Cylindrical-coordinate representation of color #F514DD: hue angle of 306.4º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F514DD is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 20 221 -
CMYK 0 0.92 0.10 0.04
HSL 306.4º 0.92% 0.52% -
HSV(B) 306.4º 0.92% 0.96% -
XYZ 50.96 25.13 70.57 -
YUV 110.19 190.54 224.16 -
System Red Green Blue C M Y K H S L
Decimal 245 20 221 0 0.92 0.10 0.04 306.4 0.92 0.52
Hex F5 14 DD 0 5C A 4 132 5C 34
Octal 365 24 335 0 134 12 4 462 134 64
Binary 11110101 10100 11011101 0 1011100 1010 100 100110010 1011100 110100

Color Harmonies of #F514DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F514DD

Black with #F514DD

Text Example


Text Example

White with #F514DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F514DD; }

 p { color: rgb(245,20,221); }

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

background-color css

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

 a { background-color: rgb(245,20,221); }

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

border-color css

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

 span { border-color: rgb(245,20,221); }

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