Html Css Color HEX #FB04F3 Magenta

📋 copy color: '#FB04F3'

red 251 ◦ green 4 ◦ blue 243

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

Shades of Magenta #FB04F3

Tints of Magenta #FB04F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.8%

R = 50.4%
G = 0.8%
B = 48.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FB04F3 (or 0xFB04F3) is known color: Magenta. HEX triplet: FB, 04 and F3. RGB value is (251,4,243). Sum of RGB (Red+Green+Blue) = 251+4+243=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 4 (1.95% from 255 or 0.80% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB04F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB04F3 is #04FB0C. Grayscale: #686868. Windows color (decimal): -326413 or 15926523. OLE color: 15926523.

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

Color convert

RGB 251 4 243 -
CMYK 0 0.98 0.03 0.02
HSL 301.94º 0.97% 0.5% -
HSV(B) 301.94º 0.98% 0.98% -
XYZ 56 27.07 87.07 -
YUV 105.1 205.83 232.07 -
System Red Green Blue C M Y K H S L
Decimal 251 4 243 0 0.98 0.03 0.02 301.94 0.97 0.5
Hex FB 4 F3 0 62 3 2 12E 61 32
Octal 373 4 363 0 142 3 2 456 141 62
Binary 11111011 100 11110011 0 1100010 11 10 100101110 1100001 110010

Color Harmonies of #FB04F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB04F3

Black with #FB04F3

Text Example


Text Example

White with #FB04F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB04F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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