Html Css Color HEX #F550DD Free Speech Magenta

📋 copy color: '#F550DD'

red 245 ◦ green 80 ◦ blue 221

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

Shades of Free Speech Magenta #F550DD

Tints of Free Speech Magenta #F550DD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.65%

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 44.87%
G = 14.65%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F550DD (or 0xF550DD) is known color: Free Speech Magenta. HEX triplet: F5, 50 and DD. RGB value is (245,80,221). Sum of RGB (Red+Green+Blue) = 245+80+221=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 80 (31.64% from 255 or 14.65% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F550DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F550DD is #0AAF22. Grayscale: #919191. Windows color (decimal): -700195 or 14504181. OLE color: 14504181.

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

Color convert

RGB 245 80 221 -
CMYK 0 0.67 0.10 0.04
HSL 308.73º 0.89% 0.64% -
HSV(B) 308.73º 0.67% 0.96% -
XYZ 53.58 30.37 71.44 -
YUV 145.41 170.66 199.04 -
System Red Green Blue C M Y K H S L
Decimal 245 80 221 0 0.67 0.10 0.04 308.73 0.89 0.64
Hex F5 50 DD 0 43 A 4 135 59 40
Octal 365 120 335 0 103 12 4 465 131 100
Binary 11110101 1010000 11011101 0 1000011 1010 100 100110101 1011001 1000000

Color Harmonies of #F550DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F550DD

Black with #F550DD

Text Example


Text Example

White with #F550DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F550DD; }

 p { color: rgb(245,80,221); }

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

background-color css

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

 a { background-color: rgb(245,80,221); }

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

border-color css

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

 span { border-color: rgb(245,80,221); }

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