Html Css Color HEX #F614E7 Magenta

📋 copy color: '#F614E7'

red 246 ◦ green 20 ◦ blue 231

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

Shades of Magenta #F614E7

Tints of Magenta #F614E7

RGB

 RED value IS 246 (96.48% from 255) = 49.5%

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

 BLUE value IS 231 (90.63% from 255) = 46.48%

R = 49.5%
G = 4.02%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F614E7 (or 0xF614E7) is known color: Magenta. HEX triplet: F6, 14 and E7. RGB value is (246,20,231). Sum of RGB (Red+Green+Blue) = 246+20+231=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 20 (8.20% from 255 or 4.02% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F614E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F614E7 is #09EB18. Grayscale: #6F6F6F. Windows color (decimal): -650009 or 15144182. OLE color: 15144182.

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

Color convert

RGB 246 20 231 -
CMYK 0 0.92 0.06 0.04
HSL 303.98º 0.93% 0.52% -
HSV(B) 303.98º 0.92% 0.96% -
XYZ 52.68 25.86 77.82 -
YUV 111.63 195.37 223.84 -
System Red Green Blue C M Y K H S L
Decimal 246 20 231 0 0.92 0.06 0.04 303.98 0.93 0.52
Hex F6 14 E7 0 5C 6 4 130 5D 34
Octal 366 24 347 0 134 6 4 460 135 64
Binary 11110110 10100 11100111 0 1011100 110 100 100110000 1011101 110100

Color Harmonies of #F614E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F614E7

Black with #F614E7

Text Example


Text Example

White with #F614E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F614E7; }

 p { color: rgb(246,20,231); }

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

background-color css

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

 a { background-color: rgb(246,20,231); }

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

border-color css

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

 span { border-color: rgb(246,20,231); }

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