Html Css Color HEX #FB55E6 Free Speech Magenta

📋 copy color: '#FB55E6'

red 251 ◦ green 85 ◦ blue 230

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

Shades of Free Speech Magenta #FB55E6

Tints of Free Speech Magenta #FB55E6

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.02%

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

R = 44.35%
G = 15.02%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FB55E6 (or 0xFB55E6) is known color: Free Speech Magenta. HEX triplet: FB, 55 and E6. RGB value is (251,85,230). Sum of RGB (Red+Green+Blue) = 251+85+230=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 85 (33.59% from 255 or 15.02% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB55E6 is #04AA19. Grayscale: #969696. Windows color (decimal): -305690 or 15095291. OLE color: 15095291.

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

Color convert

RGB 251 85 230 -
CMYK 0 0.66 0.08 0.02
HSL 307.59º 0.95% 0.66% -
HSV(B) 307.59º 0.66% 0.98% -
XYZ 57.32 32.72 78.16 -
YUV 151.16 172.5 199.21 -
System Red Green Blue C M Y K H S L
Decimal 251 85 230 0 0.66 0.08 0.02 307.59 0.95 0.66
Hex FB 55 E6 0 42 8 2 134 5F 42
Octal 373 125 346 0 102 10 2 464 137 102
Binary 11111011 1010101 11100110 0 1000010 1000 10 100110100 1011111 1000010

Color Harmonies of #FB55E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB55E6

Black with #FB55E6

Text Example


Text Example

White with #FB55E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB55E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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