Html Css Color HEX #F655D8 Free Speech Magenta

📋 copy color: '#F655D8'

red 246 ◦ green 85 ◦ blue 216

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

Shades of Free Speech Magenta #F655D8

Tints of Free Speech Magenta #F655D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.49%

R = 44.97%
G = 15.54%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F655D8 (or 0xF655D8) is known color: Free Speech Magenta. HEX triplet: F6, 55 and D8. RGB value is (246,85,216). Sum of RGB (Red+Green+Blue) = 246+85+216=547 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.97% from 547); Green value is 85 (33.59% from 255 or 15.54% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 246 - color contains mainly: red. Hex color #F655D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F655D8 is #09AA27. Grayscale: #939393. Windows color (decimal): -633384 or 14177782. OLE color: 14177782.

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

Color convert

RGB 246 85 216 -
CMYK 0 0.65 0.12 0.04
HSL 311.18º 0.9% 0.65% -
HSV(B) 311.18º 0.65% 0.96% -
XYZ 53.65 31.05 68.13 -
YUV 148.07 166.34 197.85 -
System Red Green Blue C M Y K H S L
Decimal 246 85 216 0 0.65 0.12 0.04 311.18 0.9 0.65
Hex F6 55 D8 0 41 C 4 137 5A 41
Octal 366 125 330 0 101 14 4 467 132 101
Binary 11110110 1010101 11011000 0 1000001 1100 100 100110111 1011010 1000001

Color Harmonies of #F655D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F655D8

Black with #F655D8

Text Example


Text Example

White with #F655D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F655D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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