Html Css Color HEX #FB5DE1 Free Speech Magenta

📋 copy color: '#FB5DE1'

red 251 ◦ green 93 ◦ blue 225

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

Shades of Free Speech Magenta #FB5DE1

Tints of Free Speech Magenta #FB5DE1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.34%

 BLUE value IS 225 (88.28% from 255) = 39.54%

R = 44.11%
G = 16.34%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FB5DE1 (or 0xFB5DE1) is known color: Free Speech Magenta. HEX triplet: FB, 5D and E1. RGB value is (251,93,225). Sum of RGB (Red+Green+Blue) = 251+93+225=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 93 (36.72% from 255 or 16.34% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5DE1 is #04A21E. Grayscale: #9A9A9A. Windows color (decimal): -303647 or 14769659. OLE color: 14769659.

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

Color convert

RGB 251 93 225 -
CMYK 0 0.63 0.10 0.02
HSL 309.87º 0.95% 0.67% -
HSV(B) 309.87º 0.63% 0.98% -
XYZ 57.29 33.77 74.73 -
YUV 155.29 167.35 196.27 -
System Red Green Blue C M Y K H S L
Decimal 251 93 225 0 0.63 0.10 0.02 309.87 0.95 0.67
Hex FB 5D E1 0 3F A 2 136 5F 43
Octal 373 135 341 0 77 12 2 466 137 103
Binary 11111011 1011101 11100001 0 111111 1010 10 100110110 1011111 1000011

Color Harmonies of #FB5DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5DE1

Black with #FB5DE1

Text Example


Text Example

White with #FB5DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5DE1; }

 p { color: rgb(251,93,225); }

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

background-color css

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

 a { background-color: rgb(251,93,225); }

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

border-color css

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

 span { border-color: rgb(251,93,225); }

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