Html Css Color HEX #FB49E6 Free Speech Magenta

📋 copy color: '#FB49E6'

red 251 ◦ green 73 ◦ blue 230

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

Shades of Free Speech Magenta #FB49E6

Tints of Free Speech Magenta #FB49E6

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.18%

 BLUE value IS 230 (90.23% from 255) = 41.52%

R = 45.31%
G = 13.18%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FB49E6 (or 0xFB49E6) is known color: Free Speech Magenta. HEX triplet: FB, 49 and E6. RGB value is (251,73,230). Sum of RGB (Red+Green+Blue) = 251+73+230=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 73 (28.91% from 255 or 13.18% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB49E6 is #04B619. Grayscale: #8F8F8F. Windows color (decimal): -308762 or 15092219. OLE color: 15092219.

HSL color Cylindrical-coordinate representation of color #FB49E6: hue angle of 307.08º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB49E6 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 73 230 -
CMYK 0 0.71 0.08 0.02
HSL 307.08º 0.96% 0.64% -
HSV(B) 307.08º 0.71% 0.98% -
XYZ 56.45 30.99 77.87 -
YUV 144.12 176.47 204.23 -
System Red Green Blue C M Y K H S L
Decimal 251 73 230 0 0.71 0.08 0.02 307.08 0.96 0.64
Hex FB 49 E6 0 47 8 2 133 60 40
Octal 373 111 346 0 107 10 2 463 140 100
Binary 11111011 1001001 11100110 0 1000111 1000 10 100110011 1100000 1000000

Color Harmonies of #FB49E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB49E6

Black with #FB49E6

Text Example


Text Example

White with #FB49E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB49E6; }

 p { color: rgb(251,73,230); }

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

background-color css

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

 a { background-color: rgb(251,73,230); }

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

border-color css

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

 span { border-color: rgb(251,73,230); }

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