Html Css Color HEX #F552DB Free Speech Magenta

📋 copy color: '#F552DB'

red 245 ◦ green 82 ◦ blue 219

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

Shades of Free Speech Magenta #F552DB

Tints of Free Speech Magenta #F552DB

RGB

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

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

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

R = 44.87%
G = 15.02%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F552DB (or 0xF552DB) is known color: Free Speech Magenta. HEX triplet: F5, 52 and DB. RGB value is (245,82,219). Sum of RGB (Red+Green+Blue) = 245+82+219=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 82 (32.42% from 255 or 15.02% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F552DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F552DB is #0AAD24. Grayscale: #919191. Windows color (decimal): -699685 or 14373621. OLE color: 14373621.

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

Color convert

RGB 245 82 219 -
CMYK 0 0.67 0.11 0.04
HSL 309.57º 0.89% 0.64% -
HSV(B) 309.57º 0.67% 0.96% -
XYZ 53.46 30.56 70.1 -
YUV 146.36 169 198.36 -
System Red Green Blue C M Y K H S L
Decimal 245 82 219 0 0.67 0.11 0.04 309.57 0.89 0.64
Hex F5 52 DB 0 43 B 4 136 59 40
Octal 365 122 333 0 103 13 4 466 131 100
Binary 11110101 1010010 11011011 0 1000011 1011 100 100110110 1011001 1000000

Color Harmonies of #F552DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F552DB

Black with #F552DB

Text Example


Text Example

White with #F552DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F552DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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