Html Css Color HEX #FB52D1 Free Speech Magenta

📋 copy color: '#FB52D1'

red 251 ◦ green 82 ◦ blue 209

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

Shades of Free Speech Magenta #FB52D1

Tints of Free Speech Magenta #FB52D1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.13%

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

R = 46.31%
G = 15.13%
B = 38.56%

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

#FB52D1 (or 0xFB52D1) is known color: Free Speech Magenta. HEX triplet: FB, 52 and D1. RGB value is (251,82,209). Sum of RGB (Red+Green+Blue) = 251+82+209=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 82 (32.42% from 255 or 15.13% from 542); Blue value is 209 (82.03% from 255 or 38.56% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FB52D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB52D1 is #04AD2E. Grayscale: #929292. Windows color (decimal): -306479 or 13718267. OLE color: 13718267.

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

Color convert

RGB 251 82 209 -
CMYK 0 0.67 0.17 0.02
HSL 314.91º 0.95% 0.65% -
HSV(B) 314.91º 0.67% 0.98% -
XYZ 54.31 31.15 63.47 -
YUV 147.01 162.99 202.17 -
System Red Green Blue C M Y K H S L
Decimal 251 82 209 0 0.67 0.17 0.02 314.91 0.95 0.65
Hex FB 52 D1 0 43 11 2 13B 5F 41
Octal 373 122 321 0 103 21 2 473 137 101
Binary 11111011 1010010 11010001 0 1000011 10001 10 100111011 1011111 1000001

Color Harmonies of #FB52D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB52D1

Black with #FB52D1

Text Example


Text Example

White with #FB52D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB52D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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