Html Css Color HEX #F715FA Magenta

📋 copy color: '#F715FA'

red 247 ◦ green 21 ◦ blue 250

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

Shades of Magenta #F715FA

Tints of Magenta #F715FA

RGB

 RED value IS 247 (96.88% from 255) = 47.68%

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

 BLUE value IS 250 (98.05% from 255) = 48.26%

R = 47.68%
G = 4.05%
B = 48.26%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F715FA (or 0xF715FA) is known color: Magenta. HEX triplet: F7, 15 and FA. RGB value is (247,21,250). Sum of RGB (Red+Green+Blue) = 247+21+250=518 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.68% from 518); Green value is 21 (8.59% from 255 or 4.05% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #F715FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F715FA is #08EA05. Grayscale: #717171. Windows color (decimal): -584198 or 16389623. OLE color: 16389623.

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

Color convert

RGB 247 21 250 -
CMYK 0.01 0.92 0 0.02
HSL 299.21º 0.96% 0.53% -
HSV(B) 299.21º 0.92% 0.98% -
XYZ 55.88 27.21 92.75 -
YUV 114.68 204.37 222.38 -
System Red Green Blue C M Y K H S L
Decimal 247 21 250 0.01 0.92 0 0.02 299.21 0.96 0.53
Hex F7 15 FA 1 5C 0 2 12B 60 35
Octal 367 25 372 1 134 0 2 453 140 65
Binary 11110111 10101 11111010 1 1011100 0 10 100101011 1100000 110101

Color Harmonies of #F715FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F715FA

Black with #F715FA

Text Example


Text Example

White with #F715FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F715FA; }

 p { color: rgb(247,21,250); }

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

background-color css

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

 a { background-color: rgb(247,21,250); }

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

border-color css

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

 span { border-color: rgb(247,21,250); }

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