#F167D4

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

Shades of Free Speech Magenta #F167D4

Tints of Free Speech Magenta #F167D4

Color information

#F167D4 (or 0xF167D4) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 67 and D4. RGB value is (241,103,212). Sum of RGB (Red+Green+Blue) = 241+103+212=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 103 (40.62% from 255 or 18.53% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F167D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F167D4 is #0E982B. Grayscale: #9C9C9C. Windows color (decimal): -956460 or 13920241. OLE color: 13920241.

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

Color convert

RGB241103212-
CMYK00.570.120.05
HSL312.61º83.13%67.45%-
HSV(B)312.61º57.26%94.51%-
XYZ53.0133.1565.89-
YUV156.69159.22188.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.35%
GREEN value IS 103 (40.62% from 255) = 18.53%
BLUE value IS 212 (83.20% from 255) = 38.13%
R=43.35%
G=18.53%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110321200.570.120.05312.6183.1367.45
HexF167D4039C51395343
Octal361147324071145471123103
Binary111100011100111110101000111001110010110011100110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F167D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F167D4; }

 p { color: rgb(241,103,212); }

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

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

 a { background-color: rgb(241,103,212); }

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

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

 span { border-color: rgb(241,103,212); }

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