Html Css Color HEX #F655CC Free Speech Magenta

📋 copy color: '#F655CC'

red 246 ◦ green 85 ◦ blue 204

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

Shades of Free Speech Magenta #F655CC

Tints of Free Speech Magenta #F655CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.13%

R = 45.98%
G = 15.89%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F655CC (or 0xF655CC) is known color: Free Speech Magenta. HEX triplet: F6, 55 and CC. RGB value is (246,85,204). Sum of RGB (Red+Green+Blue) = 246+85+204=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F655CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F655CC is #09AA33. Grayscale: #929292. Windows color (decimal): -633396 or 13391350. OLE color: 13391350.

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

Color convert

RGB 246 85 204 -
CMYK 0 0.65 0.17 0.04
HSL 315.65º 0.9% 0.65% -
HSV(B) 315.65º 0.65% 0.96% -
XYZ 52.15 30.45 60.26 -
YUV 146.71 160.34 198.82 -
System Red Green Blue C M Y K H S L
Decimal 246 85 204 0 0.65 0.17 0.04 315.65 0.9 0.65
Hex F6 55 CC 0 41 11 4 13C 5A 41
Octal 366 125 314 0 101 21 4 474 132 101
Binary 11110110 1010101 11001100 0 1000001 10001 100 100111100 1011010 1000001

Color Harmonies of #F655CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F655CC

Black with #F655CC

Text Example


Text Example

White with #F655CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F655CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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