Html Css Color HEX #F011FD Magenta

📋 copy color: '#F011FD'

red 240 ◦ green 17 ◦ blue 253

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

Shades of Magenta #F011FD

Tints of Magenta #F011FD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.33%

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

R = 47.06%
G = 3.33%
B = 49.61%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F011FD (or 0xF011FD) is known color: Magenta. HEX triplet: F0, 11 and FD. RGB value is (240,17,253). Sum of RGB (Red+Green+Blue) = 240+17+253=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 17 (7.03% from 255 or 3.33% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #F011FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F011FD is #0FEE02. Grayscale: #6D6D6D. Windows color (decimal): -1043971 or 16585200. OLE color: 16585200.

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

Color convert

RGB 240 17 253 -
CMYK 0.05 0.93 0 0.01
HSL 296.69º 0.98% 0.53% -
HSV(B) 296.69º 0.93% 0.99% -
XYZ 53.87 26.02 95.11 -
YUV 110.58 208.38 220.31 -
System Red Green Blue C M Y K H S L
Decimal 240 17 253 0.05 0.93 0 0.01 296.69 0.98 0.53
Hex F0 11 FD 5 5D 0 1 129 62 35
Octal 360 21 375 5 135 0 1 451 142 65
Binary 11110000 10001 11111101 101 1011101 0 1 100101001 1100010 110101

Color Harmonies of #F011FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F011FD

Black with #F011FD

Text Example


Text Example

White with #F011FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F011FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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