Html Css Color HEX #F714FF Magenta

📋 copy color: '#F714FF'

red 247 ◦ green 20 ◦ blue 255

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

Shades of Magenta #F714FF

Tints of Magenta #F714FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.85%

R = 47.32%
G = 3.83%
B = 48.85%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F714FF (or 0xF714FF) is known color: Magenta. HEX triplet: F7, 14 and FF. RGB value is (247,20,255). Sum of RGB (Red+Green+Blue) = 247+20+255=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 20 (8.20% from 255 or 3.83% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #F714FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F714FF is #08EB00. Grayscale: #717171. Windows color (decimal): -584449 or 16717047. OLE color: 16717047.

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

Color convert

RGB 247 20 255 -
CMYK 0.03 0.92 0 0
HSL 297.96º 1% 0.54% -
HSV(B) 297.96º 0.92% 1% -
XYZ 56.66 27.49 96.93 -
YUV 114.66 207.21 222.39 -
System Red Green Blue C M Y K H S L
Decimal 247 20 255 0.03 0.92 0 0 297.96 1 0.54
Hex F7 14 FF 3 5C 0 0 12A 64 36
Octal 367 24 377 3 134 0 0 452 144 66
Binary 11110111 10100 11111111 11 1011100 0 0 100101010 1100100 110110

Color Harmonies of #F714FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F714FF

Black with #F714FF

Text Example


Text Example

White with #F714FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F714FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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