Html Css Color HEX #FB53D1 Free Speech Magenta

📋 copy color: '#FB53D1'

red 251 ◦ green 83 ◦ blue 209

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

Shades of Free Speech Magenta #FB53D1

Tints of Free Speech Magenta #FB53D1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.29%

 BLUE value IS 209 (82.03% from 255) = 38.49%

R = 46.22%
G = 15.29%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FB53D1 (or 0xFB53D1) is known color: Free Speech Magenta. HEX triplet: FB, 53 and D1. RGB value is (251,83,209). Sum of RGB (Red+Green+Blue) = 251+83+209=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 83 (32.81% from 255 or 15.29% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FB53D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB53D1 is #04AC2E. Grayscale: #939393. Windows color (decimal): -306223 or 13718523. OLE color: 13718523.

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

Color convert

RGB 251 83 209 -
CMYK 0 0.67 0.17 0.02
HSL 315º 0.95% 0.65% -
HSV(B) 315º 0.67% 0.98% -
XYZ 54.39 31.3 63.5 -
YUV 147.6 162.66 201.75 -
System Red Green Blue C M Y K H S L
Decimal 251 83 209 0 0.67 0.17 0.02 315 0.95 0.65
Hex FB 53 D1 0 43 11 2 13B 5F 41
Octal 373 123 321 0 103 21 2 473 137 101
Binary 11111011 1010011 11010001 0 1000011 10001 10 100111011 1011111 1000001

Color Harmonies of #FB53D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB53D1

Black with #FB53D1

Text Example


Text Example

White with #FB53D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB53D1; }

 p { color: rgb(251,83,209); }

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

background-color css

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

 a { background-color: rgb(251,83,209); }

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

border-color css

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

 span { border-color: rgb(251,83,209); }

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