Html Css Color HEX #FB09FC Magenta

📋 copy color: '#FB09FC'

red 251 ◦ green 9 ◦ blue 252

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

Shades of Magenta #FB09FC

Tints of Magenta #FB09FC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.76%

 BLUE value IS 252 (98.83% from 255) = 49.22%

R = 49.02%
G = 1.76%
B = 49.22%

CMYK

 C value IS 0.00

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FB09FC (or 0xFB09FC) is known color: Magenta. HEX triplet: FB, 09 and FC. RGB value is (251,9,252). Sum of RGB (Red+Green+Blue) = 251+9+252=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 9 (3.91% from 255 or 1.76% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #FB09FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB09FC is #04F603. Grayscale: #6C6C6C. Windows color (decimal): -325124 or 16517627. OLE color: 16517627.

HSL color Cylindrical-coordinate representation of color #FB09FC: hue angle of 299.75º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB09FC is Cyan = 0.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 9 252 -
CMYK 0.00 0.96 0 0.01
HSL 299.75º 0.98% 0.51% -
HSV(B) 299.75º 0.96% 0.99% -
XYZ 57.45 27.73 94.42 -
YUV 109.06 208.67 229.24 -
System Red Green Blue C M Y K H S L
Decimal 251 9 252 0.00 0.96 0 0.01 299.75 0.98 0.51
Hex FB 9 FC 0 60 0 1 12C 62 33
Octal 373 11 374 0 140 0 1 454 142 63
Binary 11111011 1001 11111100 0 1100000 0 1 100101100 1100010 110011

Color Harmonies of #FB09FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB09FC

Black with #FB09FC

Text Example


Text Example

White with #FB09FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB09FC; }

 p { color: rgb(251,9,252); }

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

background-color css

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

 a { background-color: rgb(251,9,252); }

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

border-color css

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

 span { border-color: rgb(251,9,252); }

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