Html Css Color HEX #F006FB Magenta

📋 copy color: '#F006FB'

red 240 ◦ green 6 ◦ blue 251

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

Shades of Magenta #F006FB

Tints of Magenta #F006FB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.21%

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

R = 48.29%
G = 1.21%
B = 50.5%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F006FB (or 0xF006FB) is known color: Magenta. HEX triplet: F0, 06 and FB. RGB value is (240,6,251). Sum of RGB (Red+Green+Blue) = 240+6+251=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 6 (2.73% from 255 or 1.21% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #F006FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F006FB is #0FF904. Grayscale: #676767. Windows color (decimal): -1046789 or 16451312. OLE color: 16451312.

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

Color convert

RGB 240 6 251 -
CMYK 0.04 0.98 0 0.02
HSL 297.31º 0.97% 0.5% -
HSV(B) 297.31º 0.98% 0.98% -
XYZ 53.41 25.62 93.4 -
YUV 103.9 211.02 225.08 -
System Red Green Blue C M Y K H S L
Decimal 240 6 251 0.04 0.98 0 0.02 297.31 0.97 0.5
Hex F0 6 FB 4 62 0 2 129 61 32
Octal 360 6 373 4 142 0 2 451 141 62
Binary 11110000 110 11111011 100 1100010 0 10 100101001 1100001 110010

Color Harmonies of #F006FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F006FB

Black with #F006FB

Text Example


Text Example

White with #F006FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F006FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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