Html Css Color HEX #F566DD Free Speech Magenta

📋 copy color: '#F566DD'

red 245 ◦ green 102 ◦ blue 221

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

Shades of Free Speech Magenta #F566DD

Tints of Free Speech Magenta #F566DD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.96%

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

R = 43.13%
G = 17.96%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F566DD (or 0xF566DD) is known color: Free Speech Magenta. HEX triplet: F5, 66 and DD. RGB value is (245,102,221). Sum of RGB (Red+Green+Blue) = 245+102+221=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 102 (40.23% from 255 or 17.96% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F566DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F566DD is #0A9922. Grayscale: #9D9D9D. Windows color (decimal): -694563 or 14509813. OLE color: 14509813.

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

Color convert

RGB 245 102 221 -
CMYK 0 0.58 0.10 0.04
HSL 310.07º 0.88% 0.68% -
HSV(B) 310.07º 0.58% 0.96% -
XYZ 55.46 34.14 72.07 -
YUV 158.32 163.38 189.82 -
System Red Green Blue C M Y K H S L
Decimal 245 102 221 0 0.58 0.10 0.04 310.07 0.88 0.68
Hex F5 66 DD 0 3A A 4 136 58 44
Octal 365 146 335 0 72 12 4 466 130 104
Binary 11110101 1100110 11011101 0 111010 1010 100 100110110 1011000 1000100

Color Harmonies of #F566DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F566DD

Black with #F566DD

Text Example


Text Example

White with #F566DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F566DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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