Html Css Color HEX #F655DC Free Speech Magenta

📋 copy color: '#F655DC'

red 246 ◦ green 85 ◦ blue 220

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

Shades of Free Speech Magenta #F655DC

Tints of Free Speech Magenta #F655DC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.43%

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

R = 44.65%
G = 15.43%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F655DC (or 0xF655DC) is known color: Free Speech Magenta. HEX triplet: F6, 55 and DC. RGB value is (246,85,220). Sum of RGB (Red+Green+Blue) = 246+85+220=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 85 (33.59% from 255 or 15.43% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F655DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F655DC is #09AA23. Grayscale: #949494. Windows color (decimal): -633380 or 14439926. OLE color: 14439926.

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

Color convert

RGB 246 85 220 -
CMYK 0 0.65 0.11 0.04
HSL 309.69º 0.9% 0.65% -
HSV(B) 309.69º 0.65% 0.96% -
XYZ 54.17 31.26 70.89 -
YUV 148.53 168.34 197.52 -
System Red Green Blue C M Y K H S L
Decimal 246 85 220 0 0.65 0.11 0.04 309.69 0.9 0.65
Hex F6 55 DC 0 41 B 4 136 5A 41
Octal 366 125 334 0 101 13 4 466 132 101
Binary 11110110 1010101 11011100 0 1000001 1011 100 100110110 1011010 1000001

Color Harmonies of #F655DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F655DC

Black with #F655DC

Text Example


Text Example

White with #F655DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F655DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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