Html Css Color HEX #F614FD Magenta

📋 copy color: '#F614FD'

red 246 ◦ green 20 ◦ blue 253

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

Shades of Magenta #F614FD

Tints of Magenta #F614FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.75%

R = 47.4%
G = 3.85%
B = 48.75%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F614FD (or 0xF614FD) is known color: Magenta. HEX triplet: F6, 14 and FD. RGB value is (246,20,253). Sum of RGB (Red+Green+Blue) = 246+20+253=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 20 (8.20% from 255 or 3.85% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #F614FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F614FD is #09EB02. Grayscale: #717171. Windows color (decimal): -649987 or 16585974. OLE color: 16585974.

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

Color convert

RGB 246 20 253 -
CMYK 0.03 0.92 0 0.01
HSL 298.2º 0.98% 0.54% -
HSV(B) 298.2º 0.92% 0.99% -
XYZ 55.99 27.18 95.22 -
YUV 114.14 206.37 222.05 -
System Red Green Blue C M Y K H S L
Decimal 246 20 253 0.03 0.92 0 0.01 298.2 0.98 0.54
Hex F6 14 FD 3 5C 0 1 12A 62 36
Octal 366 24 375 3 134 0 1 452 142 66
Binary 11110110 10100 11111101 11 1011100 0 1 100101010 1100010 110110

Color Harmonies of #F614FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F614FD

Black with #F614FD

Text Example


Text Example

White with #F614FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F614FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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