Html Css Color HEX #FB51E5 Free Speech Magenta

📋 copy color: '#FB51E5'

red 251 ◦ green 81 ◦ blue 229

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

Shades of Free Speech Magenta #FB51E5

Tints of Free Speech Magenta #FB51E5

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.44%

 BLUE value IS 229 (89.84% from 255) = 40.82%

R = 44.74%
G = 14.44%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FB51E5 (or 0xFB51E5) is known color: Free Speech Magenta. HEX triplet: FB, 51 and E5. RGB value is (251,81,229). Sum of RGB (Red+Green+Blue) = 251+81+229=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 81 (32.03% from 255 or 14.44% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FB51E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB51E5 is #04AE1A. Grayscale: #949494. Windows color (decimal): -306715 or 15028731. OLE color: 15028731.

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

Color convert

RGB 251 81 229 -
CMYK 0 0.68 0.09 0.02
HSL 307.76º 0.96% 0.65% -
HSV(B) 307.76º 0.68% 0.98% -
XYZ 56.87 32.05 77.32 -
YUV 148.7 173.32 200.97 -
System Red Green Blue C M Y K H S L
Decimal 251 81 229 0 0.68 0.09 0.02 307.76 0.96 0.65
Hex FB 51 E5 0 44 9 2 134 60 41
Octal 373 121 345 0 104 11 2 464 140 101
Binary 11111011 1010001 11100101 0 1000100 1001 10 100110100 1100000 1000001

Color Harmonies of #FB51E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB51E5

Black with #FB51E5

Text Example


Text Example

White with #FB51E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB51E5; }

 p { color: rgb(251,81,229); }

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

background-color css

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

 a { background-color: rgb(251,81,229); }

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

border-color css

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

 span { border-color: rgb(251,81,229); }

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