Html Css Color HEX #F514FB Magenta

📋 copy color: '#F514FB'

red 245 ◦ green 20 ◦ blue 251

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

Shades of Magenta #F514FB

Tints of Magenta #F514FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.64%

R = 47.48%
G = 3.88%
B = 48.64%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F514FB (or 0xF514FB) is known color: Magenta. HEX triplet: F5, 14 and FB. RGB value is (245,20,251). Sum of RGB (Red+Green+Blue) = 245+20+251=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 20 (8.20% from 255 or 3.88% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #F514FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F514FB is #0AEB04. Grayscale: #707070. Windows color (decimal): -715525 or 16454901. OLE color: 16454901.

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

Color convert

RGB 245 20 251 -
CMYK 0.02 0.92 0 0.02
HSL 298.44º 0.97% 0.53% -
HSV(B) 298.44º 0.92% 0.98% -
XYZ 55.32 26.88 93.54 -
YUV 113.61 205.54 221.72 -
System Red Green Blue C M Y K H S L
Decimal 245 20 251 0.02 0.92 0 0.02 298.44 0.97 0.53
Hex F5 14 FB 2 5C 0 2 12A 61 35
Octal 365 24 373 2 134 0 2 452 141 65
Binary 11110101 10100 11111011 10 1011100 0 10 100101010 1100001 110101

Color Harmonies of #F514FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F514FB

Black with #F514FB

Text Example


Text Example

White with #F514FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F514FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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