Html Css Color HEX #F614FB Magenta

📋 copy color: '#F614FB'

red 246 ◦ green 20 ◦ blue 251

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

Shades of Magenta #F614FB

Tints of Magenta #F614FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.55%

R = 47.58%
G = 3.87%
B = 48.55%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F614FB (or 0xF614FB) is known color: Magenta. HEX triplet: F6, 14 and FB. RGB value is (246,20,251). Sum of RGB (Red+Green+Blue) = 246+20+251=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 20 (8.20% from 255 or 3.87% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #F614FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F614FB is #09EB04. Grayscale: #717171. Windows color (decimal): -649989 or 16454902. OLE color: 16454902.

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

Color convert

RGB 246 20 251 -
CMYK 0.02 0.92 0 0.02
HSL 298.7º 0.97% 0.53% -
HSV(B) 298.7º 0.92% 0.98% -
XYZ 55.67 27.06 93.56 -
YUV 113.91 205.37 222.22 -
System Red Green Blue C M Y K H S L
Decimal 246 20 251 0.02 0.92 0 0.02 298.7 0.97 0.53
Hex F6 14 FB 2 5C 0 2 12B 61 35
Octal 366 24 373 2 134 0 2 453 141 65
Binary 11110110 10100 11111011 10 1011100 0 10 100101011 1100001 110101

Color Harmonies of #F614FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F614FB

Black with #F614FB

Text Example


Text Example

White with #F614FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F614FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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