Html Css Color HEX #F515FD Magenta

📋 copy color: '#F515FD'

red 245 ◦ green 21 ◦ blue 253

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

Shades of Magenta #F515FD

Tints of Magenta #F515FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.75%

R = 47.21%
G = 4.05%
B = 48.75%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F515FD (or 0xF515FD) is known color: Magenta. HEX triplet: F5, 15 and FD. RGB value is (245,21,253). Sum of RGB (Red+Green+Blue) = 245+21+253=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 21 (8.59% from 255 or 4.05% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #F515FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F515FD is #0AEA02. Grayscale: #717171. Windows color (decimal): -715267 or 16586229. OLE color: 16586229.

HSL color Cylindrical-coordinate representation of color #F515FD: hue angle of 297.93º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F515FD is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 21 253 -
CMYK 0.03 0.92 0 0.01
HSL 297.93º 0.98% 0.54% -
HSV(B) 297.93º 0.92% 0.99% -
XYZ 55.65 27.04 95.21 -
YUV 114.42 206.21 221.14 -
System Red Green Blue C M Y K H S L
Decimal 245 21 253 0.03 0.92 0 0.01 297.93 0.98 0.54
Hex F5 15 FD 3 5C 0 1 12A 62 36
Octal 365 25 375 3 134 0 1 452 142 66
Binary 11110101 10101 11111101 11 1011100 0 1 100101010 1100010 110110

Color Harmonies of #F515FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F515FD

Black with #F515FD

Text Example


Text Example

White with #F515FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F515FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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