Html Css Color HEX #F019F1 Magenta

📋 copy color: '#F019F1'

red 240 ◦ green 25 ◦ blue 241

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

Shades of Magenta #F019F1

Tints of Magenta #F019F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.63%

R = 47.43%
G = 4.94%
B = 47.63%

CMYK

 C value IS 0.00

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F019F1 (or 0xF019F1) is known color: Magenta. HEX triplet: F0, 19 and F1. RGB value is (240,25,241). Sum of RGB (Red+Green+Blue) = 240+25+241=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 25 (10.16% from 255 or 4.94% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #F019F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F019F1 is #0FE60E. Grayscale: #717171. Windows color (decimal): -1041935 or 15800816. OLE color: 15800816.

HSL color Cylindrical-coordinate representation of color #F019F1: hue angle of 299.72º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F019F1 is Cyan = 0.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 25 241 -
CMYK 0.00 0.90 0 0.05
HSL 299.72º 0.89% 0.52% -
HSV(B) 299.72º 0.9% 0.95% -
XYZ 52.16 25.57 85.41 -
YUV 113.91 199.73 217.94 -
System Red Green Blue C M Y K H S L
Decimal 240 25 241 0.00 0.90 0 0.05 299.72 0.89 0.52
Hex F0 19 F1 0 5A 0 5 12C 59 34
Octal 360 31 361 0 132 0 5 454 131 64
Binary 11110000 11001 11110001 0 1011010 0 101 100101100 1011001 110100

Color Harmonies of #F019F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F019F1

Black with #F019F1

Text Example


Text Example

White with #F019F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F019F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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