Html Css Color HEX #F514F6 Magenta

📋 copy color: '#F514F6'

red 245 ◦ green 20 ◦ blue 246

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

Shades of Magenta #F514F6

Tints of Magenta #F514F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.14%

R = 47.95%
G = 3.91%
B = 48.14%

CMYK

 C value IS 0.00

 M value IS 0.92

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F514F6 (or 0xF514F6) is known color: Magenta. HEX triplet: F5, 14 and F6. RGB value is (245,20,246). Sum of RGB (Red+Green+Blue) = 245+20+246=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 20 (8.20% from 255 or 3.91% from 511); Blue value is 246 (96.48% from 255 or 48.14% from 511); Max value from RGB is 246 - color contains mainly: blue. Hex color #F514F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F514F6 is #0AEB09. Grayscale: #707070. Windows color (decimal): -715530 or 16127221. OLE color: 16127221.

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

Color convert

RGB 245 20 246 -
CMYK 0.00 0.92 0 0.04
HSL 299.73º 0.93% 0.52% -
HSV(B) 299.73º 0.92% 0.96% -
XYZ 54.54 26.57 89.44 -
YUV 113.04 203.04 222.12 -
System Red Green Blue C M Y K H S L
Decimal 245 20 246 0.00 0.92 0 0.04 299.73 0.93 0.52
Hex F5 14 F6 0 5C 0 4 12C 5D 34
Octal 365 24 366 0 134 0 4 454 135 64
Binary 11110101 10100 11110110 0 1011100 0 100 100101100 1011101 110100

Color Harmonies of #F514F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F514F6

Black with #F514F6

Text Example


Text Example

White with #F514F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F514F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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