Html Css Color HEX #F557DA Free Speech Magenta

📋 copy color: '#F557DA'

red 245 ◦ green 87 ◦ blue 218

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

Shades of Free Speech Magenta #F557DA

Tints of Free Speech Magenta #F557DA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.82%

 BLUE value IS 218 (85.55% from 255) = 39.64%

R = 44.55%
G = 15.82%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F557DA (or 0xF557DA) is known color: Free Speech Magenta. HEX triplet: F5, 57 and DA. RGB value is (245,87,218). Sum of RGB (Red+Green+Blue) = 245+87+218=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 87 (34.38% from 255 or 15.82% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F557DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F557DA is #0AA825. Grayscale: #949494. Windows color (decimal): -698406 or 14309365. OLE color: 14309365.

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

Color convert

RGB 245 87 218 -
CMYK 0 0.64 0.11 0.04
HSL 310.25º 0.89% 0.65% -
HSV(B) 310.25º 0.64% 0.96% -
XYZ 53.72 31.29 69.54 -
YUV 149.18 166.85 196.35 -
System Red Green Blue C M Y K H S L
Decimal 245 87 218 0 0.64 0.11 0.04 310.25 0.89 0.65
Hex F5 57 DA 0 40 B 4 136 59 41
Octal 365 127 332 0 100 13 4 466 131 101
Binary 11110101 1010111 11011010 0 1000000 1011 100 100110110 1011001 1000001

Color Harmonies of #F557DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F557DA

Black with #F557DA

Text Example


Text Example

White with #F557DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F557DA; }

 p { color: rgb(245,87,218); }

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

background-color css

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

 a { background-color: rgb(245,87,218); }

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

border-color css

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

 span { border-color: rgb(245,87,218); }

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