Html Css Color HEX #F714F2 Magenta

📋 copy color: '#F714F2'

red 247 ◦ green 20 ◦ blue 242

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

Shades of Magenta #F714F2

Tints of Magenta #F714F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.54%

R = 48.53%
G = 3.93%
B = 47.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F714F2 (or 0xF714F2) is known color: Magenta. HEX triplet: F7, 14 and F2. RGB value is (247,20,242). Sum of RGB (Red+Green+Blue) = 247+20+242=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 20 (8.20% from 255 or 3.93% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F714F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F714F2 is #08EB0D. Grayscale: #707070. Windows color (decimal): -584462 or 15865079. OLE color: 15865079.

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

Color convert

RGB 247 20 242 -
CMYK 0 0.92 0.02 0.03
HSL 301.32º 0.93% 0.52% -
HSV(B) 301.32º 0.92% 0.97% -
XYZ 54.63 26.69 86.28 -
YUV 113.18 200.71 223.45 -
System Red Green Blue C M Y K H S L
Decimal 247 20 242 0 0.92 0.02 0.03 301.32 0.93 0.52
Hex F7 14 F2 0 5C 2 3 12D 5D 34
Octal 367 24 362 0 134 2 3 455 135 64
Binary 11110111 10100 11110010 0 1011100 10 11 100101101 1011101 110100

Color Harmonies of #F714F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F714F2

Black with #F714F2

Text Example


Text Example

White with #F714F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F714F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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