Html Css Color HEX #FB5BDA Free Speech Magenta

📋 copy color: '#FB5BDA'

red 251 ◦ green 91 ◦ blue 218

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

Shades of Free Speech Magenta #FB5BDA

Tints of Free Speech Magenta #FB5BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.25%

 BLUE value IS 218 (85.55% from 255) = 38.93%

R = 44.82%
G = 16.25%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB5BDA (or 0xFB5BDA) is known color: Free Speech Magenta. HEX triplet: FB, 5B and DA. RGB value is (251,91,218). Sum of RGB (Red+Green+Blue) = 251+91+218=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 91 (35.94% from 255 or 16.25% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5BDA is #04A425. Grayscale: #989898. Windows color (decimal): -304166 or 14310395. OLE color: 14310395.

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

Color convert

RGB 251 91 218 -
CMYK 0 0.64 0.13 0.02
HSL 312.38º 0.95% 0.67% -
HSV(B) 312.38º 0.64% 0.98% -
XYZ 56.18 33.05 69.75 -
YUV 153.32 164.51 197.67 -
System Red Green Blue C M Y K H S L
Decimal 251 91 218 0 0.64 0.13 0.02 312.38 0.95 0.67
Hex FB 5B DA 0 40 D 2 138 5F 43
Octal 373 133 332 0 100 15 2 470 137 103
Binary 11111011 1011011 11011010 0 1000000 1101 10 100111000 1011111 1000011

Color Harmonies of #FB5BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5BDA

Black with #FB5BDA

Text Example


Text Example

White with #FB5BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5BDA; }

 p { color: rgb(251,91,218); }

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

background-color css

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

 a { background-color: rgb(251,91,218); }

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

border-color css

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

 span { border-color: rgb(251,91,218); }

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