Html Css Color HEX #FB04FC Magenta

📋 copy color: '#FB04FC'

red 251 ◦ green 4 ◦ blue 252

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

Shades of Magenta #FB04FC

Tints of Magenta #FB04FC

RGB

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

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

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

R = 49.51%
G = 0.79%
B = 49.7%

CMYK

 C value IS 0.00

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FB04FC (or 0xFB04FC) is known color: Magenta. HEX triplet: FB, 04 and FC. RGB value is (251,4,252). Sum of RGB (Red+Green+Blue) = 251+4+252=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 4 (1.95% from 255 or 0.79% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #FB04FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB04FC is #04FB03. Grayscale: #696969. Windows color (decimal): -326404 or 16516347. OLE color: 16516347.

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

Color convert

RGB 251 4 252 -
CMYK 0.00 0.98 0 0.01
HSL 299.76º 0.98% 0.5% -
HSV(B) 299.76º 0.98% 0.99% -
XYZ 57.4 27.62 94.4 -
YUV 106.13 210.33 231.33 -
System Red Green Blue C M Y K H S L
Decimal 251 4 252 0.00 0.98 0 0.01 299.76 0.98 0.5
Hex FB 4 FC 0 62 0 1 12C 62 32
Octal 373 4 374 0 142 0 1 454 142 62
Binary 11111011 100 11111100 0 1100010 0 1 100101100 1100010 110010

Color Harmonies of #FB04FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB04FC

Black with #FB04FC

Text Example


Text Example

White with #FB04FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB04FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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