#F165DD

Color #F165DD Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #F165DD

Tints of Free Speech Magenta #F165DD

Color information

#F165DD (or 0xF165DD) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 65 and DD. RGB value is (241,101,221). Sum of RGB (Red+Green+Blue) = 241+101+221=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 101 (39.84% from 255 or 17.94% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F165DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F165DD is #0E9A22. Grayscale: #9C9C9C. Windows color (decimal): -956963 or 14509553. OLE color: 14509553.

HSL color Cylindrical-coordinate representation of color #F165DD: hue angle of 308.57º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F165DD is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB241101221-
CMYK00.580.080.05
HSL308.57º83.33%67.06%-
HSV(B)308.57º58.09%94.51%-
XYZ53.9833.2371.98-
YUV156.54164.38188.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.81%
GREEN value IS 101 (39.84% from 255) = 17.94%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=42.81%
G=17.94%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110122100.580.080.05308.5783.3367.06
HexF165DD03A851355343
Octal361145335072105465123103
Binary111100011100101110111010111010100010110011010110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F165DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F165DD; }

 p { color: rgb(241,101,221); }

 H1.HeaderClassName
 {
   color: #F165DD;
 }
 .AnyTagClassName
 {
   color: #F165DD;
 }
</style>
background-color css

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

 a { background-color: rgb(241,101,221); }

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

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

 span { border-color: rgb(241,101,221); }

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