Html Css Color HEX #FB05F2 Magenta

📋 copy color: '#FB05F2'

red 251 ◦ green 5 ◦ blue 242

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

Shades of Magenta #FB05F2

Tints of Magenta #FB05F2

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1%

 BLUE value IS 242 (94.92% from 255) = 48.59%

R = 50.4%
G = 1%
B = 48.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB05F2 (or 0xFB05F2) is known color: Magenta. HEX triplet: FB, 05 and F2. RGB value is (251,5,242). Sum of RGB (Red+Green+Blue) = 251+5+242=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 5 (2.34% from 255 or 1.00% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB05F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB05F2 is #04FA0D. Grayscale: #686868. Windows color (decimal): -326158 or 15861243. OLE color: 15861243.

HSL color Cylindrical-coordinate representation of color #FB05F2: hue angle of 302.2º 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 #FB05F2 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 5 242 -
CMYK 0 0.98 0.04 0.02
HSL 302.2º 0.97% 0.5% -
HSV(B) 302.2º 0.98% 0.98% -
XYZ 55.86 27.03 86.28 -
YUV 105.57 205 231.73 -
System Red Green Blue C M Y K H S L
Decimal 251 5 242 0 0.98 0.04 0.02 302.2 0.97 0.5
Hex FB 5 F2 0 62 4 2 12E 61 32
Octal 373 5 362 0 142 4 2 456 141 62
Binary 11111011 101 11110010 0 1100010 100 10 100101110 1100001 110010

Color Harmonies of #FB05F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB05F2

Black with #FB05F2

Text Example


Text Example

White with #FB05F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB05F2; }

 p { color: rgb(251,5,242); }

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

background-color css

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

 a { background-color: rgb(251,5,242); }

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

border-color css

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

 span { border-color: rgb(251,5,242); }

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