Html Css Color HEX #F515EE Magenta

📋 copy color: '#F515EE'

red 245 ◦ green 21 ◦ blue 238

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

Shades of Magenta #F515EE

Tints of Magenta #F515EE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.17%

 BLUE value IS 238 (93.36% from 255) = 47.22%

R = 48.61%
G = 4.17%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F515EE (or 0xF515EE) is known color: Magenta. HEX triplet: F5, 15 and EE. RGB value is (245,21,238). Sum of RGB (Red+Green+Blue) = 245+21+238=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 21 (8.59% from 255 or 4.17% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F515EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F515EE is #0AEA11. Grayscale: #707070. Windows color (decimal): -715282 or 15603189. OLE color: 15603189.

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

Color convert

RGB 245 21 238 -
CMYK 0 0.91 0.03 0.04
HSL 301.88º 0.92% 0.52% -
HSV(B) 301.88º 0.91% 0.96% -
XYZ 53.36 26.12 83.12 -
YUV 112.71 198.71 222.36 -
System Red Green Blue C M Y K H S L
Decimal 245 21 238 0 0.91 0.03 0.04 301.88 0.92 0.52
Hex F5 15 EE 0 5B 3 4 12E 5C 34
Octal 365 25 356 0 133 3 4 456 134 64
Binary 11110101 10101 11101110 0 1011011 11 100 100101110 1011100 110100

Color Harmonies of #F515EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F515EE

Black with #F515EE

Text Example


Text Example

White with #F515EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F515EE; }

 p { color: rgb(245,21,238); }

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

background-color css

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

 a { background-color: rgb(245,21,238); }

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

border-color css

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

 span { border-color: rgb(245,21,238); }

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