#F165E8

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

Shades of Free Speech Magenta #F165E8

Tints of Free Speech Magenta #F165E8

Color information

#F165E8 (or 0xF165E8) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 65 and E8. RGB value is (241,101,232). Sum of RGB (Red+Green+Blue) = 241+101+232=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 101 (39.84% from 255 or 17.60% from 574); Blue value is 232 (91.02% from 255 or 40.42% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F165E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F165E8 is #0E9A17. Grayscale: #9D9D9D. Windows color (decimal): -956952 or 15230449. OLE color: 15230449.

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

Color convert

RGB241101232-
CMYK00.580.040.05
HSL303.86º83.33%67.06%-
HSV(B)303.86º58.09%94.51%-
XYZ55.4933.8379.95-
YUV157.79169.88187.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.99%
GREEN value IS 101 (39.84% from 255) = 17.60%
BLUE value IS 232 (91.02% from 255) = 40.42%
R=41.99%
G=17.60%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110123200.580.040.05303.8683.3367.06
HexF165E803A451305343
Octal36114535007245460123103
Binary11110001110010111101000011101010010110011000010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F165E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F165E8; }

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

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

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

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

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

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

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

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