Html Css Color HEX #F514EB Magenta

📋 copy color: '#F514EB'

red 245 ◦ green 20 ◦ blue 235

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

Shades of Magenta #F514EB

Tints of Magenta #F514EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47%

R = 49%
G = 4%
B = 47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F514EB (or 0xF514EB) is known color: Magenta. HEX triplet: F5, 14 and EB. RGB value is (245,20,235). Sum of RGB (Red+Green+Blue) = 245+20+235=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 20 (8.20% from 255 or 4% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F514EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F514EB is #0AEB14. Grayscale: #6F6F6F. Windows color (decimal): -715541 or 15406325. OLE color: 15406325.

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

Color convert

RGB 245 20 235 -
CMYK 0 0.92 0.04 0.04
HSL 302.67º 0.92% 0.52% -
HSV(B) 302.67º 0.92% 0.96% -
XYZ 52.9 25.91 80.81 -
YUV 111.79 197.54 223.02 -
System Red Green Blue C M Y K H S L
Decimal 245 20 235 0 0.92 0.04 0.04 302.67 0.92 0.52
Hex F5 14 EB 0 5C 4 4 12F 5C 34
Octal 365 24 353 0 134 4 4 457 134 64
Binary 11110101 10100 11101011 0 1011100 100 100 100101111 1011100 110100

Color Harmonies of #F514EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F514EB

Black with #F514EB

Text Example


Text Example

White with #F514EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F514EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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