Html Css Color HEX #F600FB Magenta

📋 copy color: '#F600FB'

red 246 ◦ green 0 ◦ blue 251

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

Shades of Magenta #F600FB

Tints of Magenta #F600FB

RGB

 RED value IS 246 (96.48% from 255) = 49.5%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.5%
G = 0%
B = 50.5%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F600FB (or 0xF600FB) is known color: Magenta. HEX triplet: F6, 00 and FB. RGB value is (246,0,251). Sum of RGB (Red+Green+Blue) = 246+0+251=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 0 (0.39% from 255 or 0% 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 #F600FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F600FB is #09FF04. Grayscale: #656565. Windows color (decimal): -655109 or 16449782. OLE color: 16449782.

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

Color convert

RGB 246 0 251 -
CMYK 0.02 1 0 0.02
HSL 298.8º 1% 0.49% -
HSV(B) 298.8º 1% 0.98% -
XYZ 55.42 26.56 93.47 -
YUV 102.17 212 230.59 -
System Red Green Blue C M Y K H S L
Decimal 246 0 251 0.02 1 0 0.02 298.8 1 0.49
Hex F6 0 FB 2 64 0 2 12B 64 31
Octal 366 0 373 2 144 0 2 453 144 61
Binary 11110110 0 11111011 10 1100100 0 10 100101011 1100100 110001

Color Harmonies of #F600FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F600FB

Black with #F600FB

Text Example


Text Example

White with #F600FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F600FB; }

 p { color: rgb(246,0,251); }

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

background-color css

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

 a { background-color: rgb(246,0,251); }

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

border-color css

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

 span { border-color: rgb(246,0,251); }

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