Html Css Color HEX #F56ADD Free Speech Magenta

📋 copy color: '#F56ADD'

red 245 ◦ green 106 ◦ blue 221

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

Shades of Free Speech Magenta #F56ADD

Tints of Free Speech Magenta #F56ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.53%

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

R = 42.83%
G = 18.53%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F56ADD (or 0xF56ADD) is known color: Free Speech Magenta. HEX triplet: F5, 6A and DD. RGB value is (245,106,221). Sum of RGB (Red+Green+Blue) = 245+106+221=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 106 (41.80% from 255 or 18.53% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F56ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56ADD is #0A9522. Grayscale: #A0A0A0. Windows color (decimal): -693539 or 14510837. OLE color: 14510837.

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

Color convert

RGB 245 106 221 -
CMYK 0 0.57 0.10 0.04
HSL 310.36º 0.87% 0.69% -
HSV(B) 310.36º 0.57% 0.96% -
XYZ 55.86 34.94 72.21 -
YUV 160.67 162.05 188.15 -
System Red Green Blue C M Y K H S L
Decimal 245 106 221 0 0.57 0.10 0.04 310.36 0.87 0.69
Hex F5 6A DD 0 39 A 4 136 57 45
Octal 365 152 335 0 71 12 4 466 127 105
Binary 11110101 1101010 11011101 0 111001 1010 100 100110110 1010111 1000101

Color Harmonies of #F56ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56ADD

Black with #F56ADD

Text Example


Text Example

White with #F56ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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