Html Css Color HEX #F553DB Free Speech Magenta

📋 copy color: '#F553DB'

red 245 ◦ green 83 ◦ blue 219

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

Shades of Free Speech Magenta #F553DB

Tints of Free Speech Magenta #F553DB

RGB

 RED value IS 245 (96.09% from 255) = 44.79%

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

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

R = 44.79%
G = 15.17%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F553DB (or 0xF553DB) is known color: Free Speech Magenta. HEX triplet: F5, 53 and DB. RGB value is (245,83,219). Sum of RGB (Red+Green+Blue) = 245+83+219=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 83 (32.81% from 255 or 15.17% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F553DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F553DB is #0AAC24. Grayscale: #929292. Windows color (decimal): -699429 or 14373877. OLE color: 14373877.

HSL color Cylindrical-coordinate representation of color #F553DB: hue angle of 309.63º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F553DB is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 83 219 -
CMYK 0 0.66 0.11 0.04
HSL 309.63º 0.89% 0.64% -
HSV(B) 309.63º 0.66% 0.96% -
XYZ 53.54 30.71 70.12 -
YUV 146.94 168.67 197.94 -
System Red Green Blue C M Y K H S L
Decimal 245 83 219 0 0.66 0.11 0.04 309.63 0.89 0.64
Hex F5 53 DB 0 42 B 4 136 59 40
Octal 365 123 333 0 102 13 4 466 131 100
Binary 11110101 1010011 11011011 0 1000010 1011 100 100110110 1011001 1000000

Color Harmonies of #F553DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F553DB

Black with #F553DB

Text Example


Text Example

White with #F553DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F553DB; }

 p { color: rgb(245,83,219); }

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

background-color css

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

 a { background-color: rgb(245,83,219); }

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

border-color css

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

 span { border-color: rgb(245,83,219); }

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