Html Css Color HEX #FB09FE Magenta

📋 copy color: '#FB09FE'

red 251 ◦ green 9 ◦ blue 254

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

Shades of Magenta #FB09FE

Tints of Magenta #FB09FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.42%

R = 48.83%
G = 1.75%
B = 49.42%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FB09FE (or 0xFB09FE) is known color: Magenta. HEX triplet: FB, 09 and FE. RGB value is (251,9,254). Sum of RGB (Red+Green+Blue) = 251+9+254=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 9 (3.91% from 255 or 1.75% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB09FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB09FE is #04F601. Grayscale: #6C6C6C. Windows color (decimal): -325122 or 16648699. OLE color: 16648699.

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

Color convert

RGB 251 9 254 -
CMYK 0.01 0.96 0 0.00
HSL 299.27º 0.99% 0.52% -
HSV(B) 299.27º 0.96% 1% -
XYZ 57.77 27.86 96.1 -
YUV 109.29 209.67 229.08 -
System Red Green Blue C M Y K H S L
Decimal 251 9 254 0.01 0.96 0 0.00 299.27 0.99 0.52
Hex FB 9 FE 1 60 0 0 12B 63 34
Octal 373 11 376 1 140 0 0 453 143 64
Binary 11111011 1001 11111110 1 1100000 0 0 100101011 1100011 110100

Color Harmonies of #FB09FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB09FE

Black with #FB09FE

Text Example


Text Example

White with #FB09FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB09FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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