Html Css Color HEX #F014FB Magenta

📋 copy color: '#F014FB'

red 240 ◦ green 20 ◦ blue 251

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

Shades of Magenta #F014FB

Tints of Magenta #F014FB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 3.91%

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

R = 46.97%
G = 3.91%
B = 49.12%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F014FB (or 0xF014FB) is known color: Magenta. HEX triplet: F0, 14 and FB. RGB value is (240,20,251). Sum of RGB (Red+Green+Blue) = 240+20+251=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 20 (8.20% from 255 or 3.91% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #F014FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F014FB is #0FEB04. Grayscale: #6F6F6F. Windows color (decimal): -1043205 or 16454896. OLE color: 16454896.

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

Color convert

RGB 240 20 251 -
CMYK 0.04 0.92 0 0.02
HSL 297.14º 0.97% 0.53% -
HSV(B) 297.14º 0.92% 0.98% -
XYZ 53.6 25.99 93.46 -
YUV 112.11 206.39 219.22 -
System Red Green Blue C M Y K H S L
Decimal 240 20 251 0.04 0.92 0 0.02 297.14 0.97 0.53
Hex F0 14 FB 4 5C 0 2 129 61 35
Octal 360 24 373 4 134 0 2 451 141 65
Binary 11110000 10100 11111011 100 1011100 0 10 100101001 1100001 110101

Color Harmonies of #F014FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F014FB

Black with #F014FB

Text Example


Text Example

White with #F014FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F014FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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