Html Css Color HEX #FB51E6 Free Speech Magenta

📋 copy color: '#FB51E6'

red 251 ◦ green 81 ◦ blue 230

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

Shades of Free Speech Magenta #FB51E6

Tints of Free Speech Magenta #FB51E6

RGB

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

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

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

R = 44.66%
G = 14.41%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FB51E6 (or 0xFB51E6) is known color: Free Speech Magenta. HEX triplet: FB, 51 and E6. RGB value is (251,81,230). Sum of RGB (Red+Green+Blue) = 251+81+230=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 81 (32.03% from 255 or 14.41% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FB51E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB51E6 is #04AE19. Grayscale: #949494. Windows color (decimal): -306714 or 15094267. OLE color: 15094267.

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

Color convert

RGB 251 81 230 -
CMYK 0 0.68 0.08 0.02
HSL 307.41º 0.96% 0.65% -
HSV(B) 307.41º 0.68% 0.98% -
XYZ 57.01 32.11 78.06 -
YUV 148.82 173.82 200.88 -
System Red Green Blue C M Y K H S L
Decimal 251 81 230 0 0.68 0.08 0.02 307.41 0.96 0.65
Hex FB 51 E6 0 44 8 2 133 60 41
Octal 373 121 346 0 104 10 2 463 140 101
Binary 11111011 1010001 11100110 0 1000100 1000 10 100110011 1100000 1000001

Color Harmonies of #FB51E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB51E6

Black with #FB51E6

Text Example


Text Example

White with #FB51E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB51E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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