Html Css Color HEX #F665DC Free Speech Magenta

📋 copy color: '#F665DC'

red 246 ◦ green 101 ◦ blue 220

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

Shades of Free Speech Magenta #F665DC

Tints of Free Speech Magenta #F665DC

RGB

 RED value IS 246 (96.48% from 255) = 43.39%

 GREEN value IS 101 (39.84% from 255) = 17.81%

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

R = 43.39%
G = 17.81%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F665DC (or 0xF665DC) is known color: Free Speech Magenta. HEX triplet: F6, 65 and DC. RGB value is (246,101,220). Sum of RGB (Red+Green+Blue) = 246+101+220=567 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.39% from 567); Green value is 101 (39.84% from 255 or 17.81% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 246 - color contains mainly: red. Hex color #F665DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F665DC is #099A23. Grayscale: #9D9D9D. Windows color (decimal): -629284 or 14444022. OLE color: 14444022.

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

Color convert

RGB 246 101 220 -
CMYK 0 0.59 0.11 0.04
HSL 310.76º 0.89% 0.68% -
HSV(B) 310.76º 0.59% 0.96% -
XYZ 55.58 34.07 71.36 -
YUV 157.92 163.04 190.82 -
System Red Green Blue C M Y K H S L
Decimal 246 101 220 0 0.59 0.11 0.04 310.76 0.89 0.68
Hex F6 65 DC 0 3B B 4 137 59 44
Octal 366 145 334 0 73 13 4 467 131 104
Binary 11110110 1100101 11011100 0 111011 1011 100 100110111 1011001 1000100

Color Harmonies of #F665DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F665DC

Black with #F665DC

Text Example


Text Example

White with #F665DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F665DC; }

 p { color: rgb(246,101,220); }

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

background-color css

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

 a { background-color: rgb(246,101,220); }

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

border-color css

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

 span { border-color: rgb(246,101,220); }

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