Html Css Color HEX #FB52E5 Free Speech Magenta

📋 copy color: '#FB52E5'

red 251 ◦ green 82 ◦ blue 229

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

Shades of Free Speech Magenta #FB52E5

Tints of Free Speech Magenta #FB52E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.75%

R = 44.66%
G = 14.59%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FB52E5 (or 0xFB52E5) is known color: Free Speech Magenta. HEX triplet: FB, 52 and E5. RGB value is (251,82,229). Sum of RGB (Red+Green+Blue) = 251+82+229=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 82 (32.42% from 255 or 14.59% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FB52E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB52E5 is #04AD1A. Grayscale: #949494. Windows color (decimal): -306459 or 15028987. OLE color: 15028987.

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

Color convert

RGB 251 82 229 -
CMYK 0 0.67 0.09 0.02
HSL 307.81º 0.95% 0.65% -
HSV(B) 307.81º 0.67% 0.98% -
XYZ 56.94 32.2 77.34 -
YUV 149.29 172.99 200.55 -
System Red Green Blue C M Y K H S L
Decimal 251 82 229 0 0.67 0.09 0.02 307.81 0.95 0.65
Hex FB 52 E5 0 43 9 2 134 5F 41
Octal 373 122 345 0 103 11 2 464 137 101
Binary 11111011 1010010 11100101 0 1000011 1001 10 100110100 1011111 1000001

Color Harmonies of #FB52E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB52E5

Black with #FB52E5

Text Example


Text Example

White with #FB52E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB52E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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