Html Css Color HEX #F515FB Magenta

📋 copy color: '#F515FB'

red 245 ◦ green 21 ◦ blue 251

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

Shades of Magenta #F515FB

Tints of Magenta #F515FB

RGB

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

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

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

R = 47.39%
G = 4.06%
B = 48.55%

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

#F515FB (or 0xF515FB) is known color: Magenta. HEX triplet: F5, 15 and FB. RGB value is (245,21,251). Sum of RGB (Red+Green+Blue) = 245+21+251=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 21 (8.59% from 255 or 4.06% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #F515FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F515FB is #0AEA04. Grayscale: #717171. Windows color (decimal): -715269 or 16455157. OLE color: 16455157.

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

Color convert

RGB 245 21 251 -
CMYK 0.02 0.92 0 0.02
HSL 298.43º 0.97% 0.53% -
HSV(B) 298.43º 0.92% 0.98% -
XYZ 55.34 26.91 93.55 -
YUV 114.2 205.21 221.3 -
System Red Green Blue C M Y K H S L
Decimal 245 21 251 0.02 0.92 0 0.02 298.43 0.97 0.53
Hex F5 15 FB 2 5C 0 2 12A 61 35
Octal 365 25 373 2 134 0 2 452 141 65
Binary 11110101 10101 11111011 10 1011100 0 10 100101010 1100001 110101

Color Harmonies of #F515FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F515FB

Black with #F515FB

Text Example


Text Example

White with #F515FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F515FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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