Html Css Color HEX #F366DC Free Speech Magenta

📋 copy color: '#F366DC'

red 243 ◦ green 102 ◦ blue 220

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

Shades of Free Speech Magenta #F366DC

Tints of Free Speech Magenta #F366DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.94%

R = 43.01%
G = 18.05%
B = 38.94%

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

#F366DC (or 0xF366DC) is known color: Free Speech Magenta. HEX triplet: F3, 66 and DC. RGB value is (243,102,220). Sum of RGB (Red+Green+Blue) = 243+102+220=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 102 (40.23% from 255 or 18.05% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F366DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F366DC is #0C9923. Grayscale: #9D9D9D. Windows color (decimal): -825636 or 14444275. OLE color: 14444275.

HSL color Cylindrical-coordinate representation of color #F366DC: hue angle of 309.79º 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 #F366DC is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 102 220 -
CMYK 0 0.58 0.09 0.05
HSL 309.79º 0.85% 0.68% -
HSV(B) 309.79º 0.58% 0.95% -
XYZ 54.63 33.72 71.34 -
YUV 157.61 163.21 188.91 -
System Red Green Blue C M Y K H S L
Decimal 243 102 220 0 0.58 0.09 0.05 309.79 0.85 0.68
Hex F3 66 DC 0 3A 9 5 136 55 44
Octal 363 146 334 0 72 11 5 466 125 104
Binary 11110011 1100110 11011100 0 111010 1001 101 100110110 1010101 1000100

Color Harmonies of #F366DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F366DC

Black with #F366DC

Text Example


Text Example

White with #F366DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F366DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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