Html Css Color HEX #F514DA Hot Magenta

📋 copy color: '#F514DA'

red 245 ◦ green 20 ◦ blue 218

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

Shades of Hot Magenta #F514DA

Tints of Hot Magenta #F514DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.13%

R = 50.72%
G = 4.14%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F514DA (or 0xF514DA) is known color: Hot Magenta. HEX triplet: F5, 14 and DA. RGB value is (245,20,218). Sum of RGB (Red+Green+Blue) = 245+20+218=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 20 (8.20% from 255 or 4.14% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F514DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F514DA is #0AEB25. Grayscale: #6D6D6D. Windows color (decimal): -715558 or 14292213. OLE color: 14292213.

HSL color Cylindrical-coordinate representation of color #F514DA: hue angle of 307.2º 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 #F514DA is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 20 218 -
CMYK 0 0.92 0.11 0.04
HSL 307.2º 0.92% 0.52% -
HSV(B) 307.2º 0.92% 0.96% -
XYZ 50.56 24.97 68.49 -
YUV 109.85 189.04 224.4 -
System Red Green Blue C M Y K H S L
Decimal 245 20 218 0 0.92 0.11 0.04 307.2 0.92 0.52
Hex F5 14 DA 0 5C B 4 133 5C 34
Octal 365 24 332 0 134 13 4 463 134 64
Binary 11110101 10100 11011010 0 1011100 1011 100 100110011 1011100 110100

Color Harmonies of #F514DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F514DA

Black with #F514DA

Text Example


Text Example

White with #F514DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F514DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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