Html Css Color HEX #FB50D5 Free Speech Magenta

📋 copy color: '#FB50D5'

red 251 ◦ green 80 ◦ blue 213

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

Shades of Free Speech Magenta #FB50D5

Tints of Free Speech Magenta #FB50D5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.71%

 BLUE value IS 213 (83.59% from 255) = 39.15%

R = 46.14%
G = 14.71%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FB50D5 (or 0xFB50D5) is known color: Free Speech Magenta. HEX triplet: FB, 50 and D5. RGB value is (251,80,213). Sum of RGB (Red+Green+Blue) = 251+80+213=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 80 (31.64% from 255 or 14.71% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB50D5 is #04AF2A. Grayscale: #919191. Windows color (decimal): -306987 or 13979899. OLE color: 13979899.

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

Color convert

RGB 251 80 213 -
CMYK 0 0.68 0.15 0.02
HSL 313.33º 0.96% 0.65% -
HSV(B) 313.33º 0.68% 0.98% -
XYZ 54.66 31.05 66.06 -
YUV 146.29 165.65 202.69 -
System Red Green Blue C M Y K H S L
Decimal 251 80 213 0 0.68 0.15 0.02 313.33 0.96 0.65
Hex FB 50 D5 0 44 F 2 139 60 41
Octal 373 120 325 0 104 17 2 471 140 101
Binary 11111011 1010000 11010101 0 1000100 1111 10 100111001 1100000 1000001

Color Harmonies of #FB50D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB50D5

Black with #FB50D5

Text Example


Text Example

White with #FB50D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB50D5; }

 p { color: rgb(251,80,213); }

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

background-color css

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

 a { background-color: rgb(251,80,213); }

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

border-color css

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

 span { border-color: rgb(251,80,213); }

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