Html Css Color HEX #F019FD Magenta

📋 copy color: '#F019FD'

red 240 ◦ green 25 ◦ blue 253

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

Shades of Magenta #F019FD

Tints of Magenta #F019FD

RGB

 RED value IS 240 (94.14% from 255) = 46.33%

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

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

R = 46.33%
G = 4.83%
B = 48.84%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F019FD (or 0xF019FD) is known color: Magenta. HEX triplet: F0, 19 and FD. RGB value is (240,25,253). Sum of RGB (Red+Green+Blue) = 240+25+253=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 25 (10.16% from 255 or 4.83% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #F019FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F019FD is #0FE602. Grayscale: #727272. Windows color (decimal): -1041923 or 16587248. OLE color: 16587248.

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

Color convert

RGB 240 25 253 -
CMYK 0.05 0.90 0 0.01
HSL 296.58º 0.98% 0.55% -
HSV(B) 296.58º 0.9% 0.99% -
XYZ 54.01 26.31 95.16 -
YUV 115.28 205.73 216.96 -
System Red Green Blue C M Y K H S L
Decimal 240 25 253 0.05 0.90 0 0.01 296.58 0.98 0.55
Hex F0 19 FD 5 5A 0 1 129 62 37
Octal 360 31 375 5 132 0 1 451 142 67
Binary 11110000 11001 11111101 101 1011010 0 1 100101001 1100010 110111

Color Harmonies of #F019FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F019FD

Black with #F019FD

Text Example


Text Example

White with #F019FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F019FD; }

 p { color: rgb(240,25,253); }

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

background-color css

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

 a { background-color: rgb(240,25,253); }

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

border-color css

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

 span { border-color: rgb(240,25,253); }

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