Html Css Color HEX #F555DD Free Speech Magenta

📋 copy color: '#F555DD'

red 245 ◦ green 85 ◦ blue 221

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

Shades of Free Speech Magenta #F555DD

Tints of Free Speech Magenta #F555DD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.43%

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

R = 44.46%
G = 15.43%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F555DD (or 0xF555DD) is known color: Free Speech Magenta. HEX triplet: F5, 55 and DD. RGB value is (245,85,221). Sum of RGB (Red+Green+Blue) = 245+85+221=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 85 (33.59% from 255 or 15.43% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 245 - color contains mainly: red. Hex color #F555DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F555DD is #0AAA22. Grayscale: #939393. Windows color (decimal): -698915 or 14505461. OLE color: 14505461.

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

Color convert

RGB 245 85 221 -
CMYK 0 0.65 0.10 0.04
HSL 309º 0.89% 0.65% -
HSV(B) 309º 0.65% 0.96% -
XYZ 53.96 31.13 71.57 -
YUV 148.34 169.01 196.94 -
System Red Green Blue C M Y K H S L
Decimal 245 85 221 0 0.65 0.10 0.04 309 0.89 0.65
Hex F5 55 DD 0 41 A 4 135 59 41
Octal 365 125 335 0 101 12 4 465 131 101
Binary 11110101 1010101 11011101 0 1000001 1010 100 100110101 1011001 1000001

Color Harmonies of #F555DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F555DD

Black with #F555DD

Text Example


Text Example

White with #F555DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F555DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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