Html Css Color HEX #F366DD Free Speech Magenta

📋 copy color: '#F366DD'

red 243 ◦ green 102 ◦ blue 221

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

Shades of Free Speech Magenta #F366DD

Tints of Free Speech Magenta #F366DD

RGB

 RED value IS 243 (95.31% from 255) = 42.93%

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

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

R = 42.93%
G = 18.02%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F366DD (or 0xF366DD) is known color: Free Speech Magenta. HEX triplet: F3, 66 and DD. RGB value is (243,102,221). Sum of RGB (Red+Green+Blue) = 243+102+221=566 (74% of max value = 765). Red value is 243 (95.31% from 255 or 42.93% from 566); Green value is 102 (40.23% from 255 or 18.02% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 243 - color contains mainly: red. Hex color #F366DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F366DD is #0C9922. Grayscale: #9D9D9D. Windows color (decimal): -825635 or 14509811. OLE color: 14509811.

HSL color Cylindrical-coordinate representation of color #F366DD: hue angle of 309.36º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F366DD is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 102 221 -
CMYK 0 0.58 0.09 0.05
HSL 309.36º 0.85% 0.68% -
HSV(B) 309.36º 0.58% 0.95% -
XYZ 54.76 33.78 72.04 -
YUV 157.73 163.71 188.82 -
System Red Green Blue C M Y K H S L
Decimal 243 102 221 0 0.58 0.09 0.05 309.36 0.85 0.68
Hex F3 66 DD 0 3A 9 5 135 55 44
Octal 363 146 335 0 72 11 5 465 125 104
Binary 11110011 1100110 11011101 0 111010 1001 101 100110101 1010101 1000100

Color Harmonies of #F366DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F366DD

Black with #F366DD

Text Example


Text Example

White with #F366DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F366DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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