Html Css Color HEX #FB04FE Magenta

📋 copy color: '#FB04FE'

red 251 ◦ green 4 ◦ blue 254

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

Shades of Magenta #FB04FE

Tints of Magenta #FB04FE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.79%

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

R = 49.31%
G = 0.79%
B = 49.9%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FB04FE (or 0xFB04FE) is known color: Magenta. HEX triplet: FB, 04 and FE. RGB value is (251,4,254). Sum of RGB (Red+Green+Blue) = 251+4+254=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 4 (1.95% from 255 or 0.79% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB04FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB04FE is #04FB01. Grayscale: #696969. Windows color (decimal): -326402 or 16647419. OLE color: 16647419.

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

Color convert

RGB 251 4 254 -
CMYK 0.01 0.98 0 0.00
HSL 299.28º 0.99% 0.51% -
HSV(B) 299.28º 0.98% 1% -
XYZ 57.72 27.75 96.08 -
YUV 106.35 211.33 231.17 -
System Red Green Blue C M Y K H S L
Decimal 251 4 254 0.01 0.98 0 0.00 299.28 0.99 0.51
Hex FB 4 FE 1 62 0 0 12B 63 33
Octal 373 4 376 1 142 0 0 453 143 63
Binary 11111011 100 11111110 1 1100010 0 0 100101011 1100011 110011

Color Harmonies of #FB04FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB04FE

Black with #FB04FE

Text Example


Text Example

White with #FB04FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB04FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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