Html Css Color HEX #FB06F7 Magenta

📋 copy color: '#FB06F7'

red 251 ◦ green 6 ◦ blue 247

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

Shades of Magenta #FB06F7

Tints of Magenta #FB06F7

RGB

 RED value IS 251 (98.44% from 255) = 49.8%

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

 BLUE value IS 247 (96.88% from 255) = 49.01%

R = 49.8%
G = 1.19%
B = 49.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FB06F7 (or 0xFB06F7) is known color: Magenta. HEX triplet: FB, 06 and F7. RGB value is (251,6,247). Sum of RGB (Red+Green+Blue) = 251+6+247=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 6 (2.73% from 255 or 1.19% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FB06F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB06F7 is #04F908. Grayscale: #6A6A6A. Windows color (decimal): -325897 or 16189179. OLE color: 16189179.

HSL color Cylindrical-coordinate representation of color #FB06F7: hue angle of 300.98º 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 #FB06F7 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 6 247 -
CMYK 0 0.98 0.02 0.02
HSL 300.98º 0.97% 0.5% -
HSV(B) 300.98º 0.98% 0.98% -
XYZ 56.64 27.35 90.29 -
YUV 106.73 207.17 230.9 -
System Red Green Blue C M Y K H S L
Decimal 251 6 247 0 0.98 0.02 0.02 300.98 0.97 0.5
Hex FB 6 F7 0 62 2 2 12D 61 32
Octal 373 6 367 0 142 2 2 455 141 62
Binary 11111011 110 11110111 0 1100010 10 10 100101101 1100001 110010

Color Harmonies of #FB06F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB06F7

Black with #FB06F7

Text Example


Text Example

White with #FB06F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB06F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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