Html Css Color HEX #F655DD Free Speech Magenta

📋 copy color: '#F655DD'

red 246 ◦ green 85 ◦ blue 221

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

Shades of Free Speech Magenta #F655DD

Tints of Free Speech Magenta #F655DD

RGB

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

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

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

R = 44.57%
G = 15.4%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F655DD (or 0xF655DD) is known color: Free Speech Magenta. HEX triplet: F6, 55 and DD. RGB value is (246,85,221). Sum of RGB (Red+Green+Blue) = 246+85+221=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 85 (33.59% from 255 or 15.40% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 246 - color contains mainly: red. Hex color #F655DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F655DD is #09AA22. Grayscale: #949494. Windows color (decimal): -633379 or 14505462. OLE color: 14505462.

HSL color Cylindrical-coordinate representation of color #F655DD: hue angle of 309.32º 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 #F655DD is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 85 221 -
CMYK 0 0.65 0.10 0.04
HSL 309.32º 0.9% 0.65% -
HSV(B) 309.32º 0.65% 0.96% -
XYZ 54.31 31.31 71.59 -
YUV 148.64 168.84 197.44 -
System Red Green Blue C M Y K H S L
Decimal 246 85 221 0 0.65 0.10 0.04 309.32 0.9 0.65
Hex F6 55 DD 0 41 A 4 135 5A 41
Octal 366 125 335 0 101 12 4 465 132 101
Binary 11110110 1010101 11011101 0 1000001 1010 100 100110101 1011010 1000001

Color Harmonies of #F655DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F655DD

Black with #F655DD

Text Example


Text Example

White with #F655DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F655DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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