#F165E5

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

Shades of Free Speech Magenta #F165E5

Tints of Free Speech Magenta #F165E5

Color information

#F165E5 (or 0xF165E5) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 65 and E5. RGB value is (241,101,229). Sum of RGB (Red+Green+Blue) = 241+101+229=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 101 (39.84% from 255 or 17.69% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F165E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F165E5 is #0E9A1A. Grayscale: #9D9D9D. Windows color (decimal): -956955 or 15033841. OLE color: 15033841.

HSL color Cylindrical-coordinate representation of color #F165E5: hue angle of 305.14º 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 #F165E5 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB241101229-
CMYK00.580.050.05
HSL305.14º83.33%67.06%-
HSV(B)305.14º58.09%94.51%-
XYZ55.0733.6777.72-
YUV157.45168.38187.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.21%
GREEN value IS 101 (39.84% from 255) = 17.69%
BLUE value IS 229 (89.84% from 255) = 40.11%
R=42.21%
G=17.69%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110122900.580.050.05305.1483.3367.06
HexF165E503A551315343
Octal36114534507255461123103
Binary11110001110010111100101011101010110110011000110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F165E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F165E5; }

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

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

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

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

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

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

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

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