Html Css Color HEX #F011FB Magenta

📋 copy color: '#F011FB'

red 240 ◦ green 17 ◦ blue 251

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

Shades of Magenta #F011FB

Tints of Magenta #F011FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.41%

R = 47.24%
G = 3.35%
B = 49.41%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F011FB (or 0xF011FB) is known color: Magenta. HEX triplet: F0, 11 and FB. RGB value is (240,17,251). Sum of RGB (Red+Green+Blue) = 240+17+251=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 17 (7.03% from 255 or 3.35% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #F011FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F011FB is #0FEE04. Grayscale: #6D6D6D. Windows color (decimal): -1043973 or 16454128. OLE color: 16454128.

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

Color convert

RGB 240 17 251 -
CMYK 0.04 0.93 0 0.02
HSL 297.18º 0.97% 0.53% -
HSV(B) 297.18º 0.93% 0.98% -
XYZ 53.55 25.89 93.44 -
YUV 110.35 207.38 220.47 -
System Red Green Blue C M Y K H S L
Decimal 240 17 251 0.04 0.93 0 0.02 297.18 0.97 0.53
Hex F0 11 FB 4 5D 0 2 129 61 35
Octal 360 21 373 4 135 0 2 451 141 65
Binary 11110000 10001 11111011 100 1011101 0 10 100101001 1100001 110101

Color Harmonies of #F011FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F011FB

Black with #F011FB

Text Example


Text Example

White with #F011FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F011FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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