Html Css Color HEX #F619FC Magenta

📋 copy color: '#F619FC'

red 246 ◦ green 25 ◦ blue 252

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

Shades of Magenta #F619FC

Tints of Magenta #F619FC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.78%

 BLUE value IS 252 (98.83% from 255) = 48.18%

R = 47.04%
G = 4.78%
B = 48.18%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F619FC (or 0xF619FC) is known color: Magenta. HEX triplet: F6, 19 and FC. RGB value is (246,25,252). Sum of RGB (Red+Green+Blue) = 246+25+252=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 25 (10.16% from 255 or 4.78% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #F619FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F619FC is #09E603. Grayscale: #747474. Windows color (decimal): -648708 or 16521718. OLE color: 16521718.

HSL color Cylindrical-coordinate representation of color #F619FC: hue angle of 298.41º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F619FC is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 246 25 252 -
CMYK 0.02 0.90 0 0.01
HSL 298.41º 0.97% 0.54% -
HSV(B) 298.41º 0.9% 0.99% -
XYZ 55.92 27.32 94.42 -
YUV 116.96 204.22 220.04 -
System Red Green Blue C M Y K H S L
Decimal 246 25 252 0.02 0.90 0 0.01 298.41 0.97 0.54
Hex F6 19 FC 2 5A 0 1 12A 61 36
Octal 366 31 374 2 132 0 1 452 141 66
Binary 11110110 11001 11111100 10 1011010 0 1 100101010 1100001 110110

Color Harmonies of #F619FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F619FC

Black with #F619FC

Text Example


Text Example

White with #F619FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F619FC; }

 p { color: rgb(246,25,252); }

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

background-color css

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

 a { background-color: rgb(246,25,252); }

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

border-color css

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

 span { border-color: rgb(246,25,252); }

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