Html Css Color HEX #FE52DB Free Speech Magenta

📋 copy color: '#FE52DB'

red 254 ◦ green 82 ◦ blue 219

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

Shades of Free Speech Magenta #FE52DB

Tints of Free Speech Magenta #FE52DB

RGB

 RED value IS 254 (99.61% from 255) = 45.77%

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

 BLUE value IS 219 (85.94% from 255) = 39.46%

R = 45.77%
G = 14.77%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE52DB (or 0xFE52DB) is known color: Free Speech Magenta. HEX triplet: FE, 52 and DB. RGB value is (254,82,219). Sum of RGB (Red+Green+Blue) = 254+82+219=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 82 (32.42% from 255 or 14.77% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE52DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE52DB is #01AD24. Grayscale: #949494. Windows color (decimal): -109861 or 14373630. OLE color: 14373630.

HSL color Cylindrical-coordinate representation of color #FE52DB: hue angle of 312.21º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE52DB is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 82 219 -
CMYK 0 0.68 0.14 0.00
HSL 312.21º 0.99% 0.66% -
HSV(B) 312.21º 0.68% 1% -
XYZ 56.68 32.22 70.25 -
YUV 149.05 167.48 202.86 -
System Red Green Blue C M Y K H S L
Decimal 254 82 219 0 0.68 0.14 0.00 312.21 0.99 0.66
Hex FE 52 DB 0 44 E 0 138 63 42
Octal 376 122 333 0 104 16 0 470 143 102
Binary 11111110 1010010 11011011 0 1000100 1110 0 100111000 1100011 1000010

Color Harmonies of #FE52DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE52DB

Black with #FE52DB

Text Example


Text Example

White with #FE52DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE52DB; }

 p { color: rgb(254,82,219); }

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

background-color css

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

 a { background-color: rgb(254,82,219); }

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

border-color css

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

 span { border-color: rgb(254,82,219); }

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