#FB61E2

Color #FB61E2 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #FB61E2

Tints of Free Speech Magenta #FB61E2

Color information

#FB61E2 (or 0xFB61E2) is unknown color: approx Free Speech Magenta. HEX triplet: FB, 61 and E2. RGB value is (251,97,226). Sum of RGB (Red+Green+Blue) = 251+97+226=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 97 (38.28% from 255 or 16.90% from 574); Blue value is 226 (88.67% from 255 or 39.37% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FB61E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB61E2 is #049E1D. Grayscale: #9D9D9D. Windows color (decimal): -302622 or 14836219. OLE color: 14836219.

HSL color Cylindrical-coordinate representation of color #FB61E2: hue angle of 309.74º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB61E2 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB25197226-
CMYK00.610.100.02
HSL309.74º95.06%68.24%-
HSV(B)309.74º61.35%98.43%-
XYZ57.7934.5575.57-
YUV157.75166.52194.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.73%
GREEN value IS 97 (38.28% from 255) = 16.90%
BLUE value IS 226 (88.67% from 255) = 39.37%
R=43.73%
G=16.90%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519722600.610.100.02309.7495.0668.24
HexFB61E203DA21365f44
Octal373141342075122466137104
Binary11111011110000111100010011110110101010011011010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB61E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB61E2; }

 p { color: rgb(251,97,226); }

 H1.HeaderClassName
 {
   color: #FB61E2;
 }
 .AnyTagClassName
 {
   color: #FB61E2;
 }
</style>
background-color css

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

 a { background-color: rgb(251,97,226); }

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

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

 span { border-color: rgb(251,97,226); }

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