Html Css Color HEX #F619FA Magenta

📋 copy color: '#F619FA'

red 246 ◦ green 25 ◦ blue 250

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

Shades of Magenta #F619FA

Tints of Magenta #F619FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.98%

R = 47.22%
G = 4.8%
B = 47.98%

CMYK

 C value IS 0.02

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F619FA (or 0xF619FA) is known color: Magenta. HEX triplet: F6, 19 and FA. RGB value is (246,25,250). Sum of RGB (Red+Green+Blue) = 246+25+250=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 25 (10.16% from 255 or 4.80% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #F619FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F619FA is #09E605. Grayscale: #747474. Windows color (decimal): -648710 or 16390646. OLE color: 16390646.

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

Color convert

RGB 246 25 250 -
CMYK 0.02 0.9 0 0.02
HSL 298.93º 0.96% 0.54% -
HSV(B) 298.93º 0.9% 0.98% -
XYZ 55.61 27.19 92.76 -
YUV 116.73 203.22 220.2 -
System Red Green Blue C M Y K H S L
Decimal 246 25 250 0.02 0.9 0 0.02 298.93 0.96 0.54
Hex F6 19 FA 2 5A 0 2 12B 60 36
Octal 366 31 372 2 132 0 2 453 140 66
Binary 11110110 11001 11111010 10 1011010 0 10 100101011 1100000 110110

Color Harmonies of #F619FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F619FA

Black with #F619FA

Text Example


Text Example

White with #F619FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F619FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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