Html Css Color HEX #FB09FF Magenta

📋 copy color: '#FB09FF'

red 251 ◦ green 9 ◦ blue 255

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

Shades of Magenta #FB09FF

Tints of Magenta #FB09FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.51%

R = 48.74%
G = 1.75%
B = 49.51%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FB09FF (or 0xFB09FF) is known color: Magenta. HEX triplet: FB, 09 and FF. RGB value is (251,9,255). Sum of RGB (Red+Green+Blue) = 251+9+255=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 9 (3.91% from 255 or 1.75% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB09FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB09FF is #04F600. Grayscale: #6C6C6C. Windows color (decimal): -325121 or 16714235. OLE color: 16714235.

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

Color convert

RGB 251 9 255 -
CMYK 0.02 0.96 0 0
HSL 299.02º 1% 0.52% -
HSV(B) 299.02º 0.96% 1% -
XYZ 57.93 27.92 96.94 -
YUV 109.4 210.17 229 -
System Red Green Blue C M Y K H S L
Decimal 251 9 255 0.02 0.96 0 0 299.02 1 0.52
Hex FB 9 FF 2 60 0 0 12B 64 34
Octal 373 11 377 2 140 0 0 453 144 64
Binary 11111011 1001 11111111 10 1100000 0 0 100101011 1100100 110100

Color Harmonies of #FB09FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB09FF

Black with #FB09FF

Text Example


Text Example

White with #FB09FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB09FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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