Html Css Color HEX #F714FA Magenta

📋 copy color: '#F714FA'

red 247 ◦ green 20 ◦ blue 250

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

Shades of Magenta #F714FA

Tints of Magenta #F714FA

RGB

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

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

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

R = 47.78%
G = 3.87%
B = 48.36%

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

#F714FA (or 0xF714FA) is known color: Magenta. HEX triplet: F7, 14 and FA. RGB value is (247,20,250). Sum of RGB (Red+Green+Blue) = 247+20+250=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 20 (8.20% from 255 or 3.87% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #F714FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F714FA is #08EB05. Grayscale: #717171. Windows color (decimal): -584454 or 16389367. OLE color: 16389367.

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

Color convert

RGB 247 20 250 -
CMYK 0.01 0.92 0 0.02
HSL 299.22º 0.96% 0.53% -
HSV(B) 299.22º 0.92% 0.98% -
XYZ 55.86 27.18 92.74 -
YUV 114.09 204.71 222.8 -
System Red Green Blue C M Y K H S L
Decimal 247 20 250 0.01 0.92 0 0.02 299.22 0.96 0.53
Hex F7 14 FA 1 5C 0 2 12B 60 35
Octal 367 24 372 1 134 0 2 453 140 65
Binary 11110111 10100 11111010 1 1011100 0 10 100101011 1100000 110101

Color Harmonies of #F714FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F714FA

Black with #F714FA

Text Example


Text Example

White with #F714FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F714FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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