Html Css Color HEX #F554DD Free Speech Magenta

📋 copy color: '#F554DD'

red 245 ◦ green 84 ◦ blue 221

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

Shades of Free Speech Magenta #F554DD

Tints of Free Speech Magenta #F554DD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.27%

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

R = 44.55%
G = 15.27%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F554DD (or 0xF554DD) is known color: Free Speech Magenta. HEX triplet: F5, 54 and DD. RGB value is (245,84,221). Sum of RGB (Red+Green+Blue) = 245+84+221=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 84 (33.20% from 255 or 15.27% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F554DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F554DD is #0AAB22. Grayscale: #939393. Windows color (decimal): -699171 or 14505205. OLE color: 14505205.

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

Color convert

RGB 245 84 221 -
CMYK 0 0.66 0.10 0.04
HSL 308.94º 0.89% 0.65% -
HSV(B) 308.94º 0.66% 0.96% -
XYZ 53.88 30.97 71.55 -
YUV 147.76 169.34 197.36 -
System Red Green Blue C M Y K H S L
Decimal 245 84 221 0 0.66 0.10 0.04 308.94 0.89 0.65
Hex F5 54 DD 0 42 A 4 135 59 41
Octal 365 124 335 0 102 12 4 465 131 101
Binary 11110101 1010100 11011101 0 1000010 1010 100 100110101 1011001 1000001

Color Harmonies of #F554DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F554DD

Black with #F554DD

Text Example


Text Example

White with #F554DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F554DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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