#F761D5

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

Shades of Free Speech Magenta #F761D5

Tints of Free Speech Magenta #F761D5

Color information

#F761D5 (or 0xF761D5) is unknown color: approx Free Speech Magenta. HEX triplet: F7, 61 and D5. RGB value is (247,97,213). Sum of RGB (Red+Green+Blue) = 247+97+213=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 97 (38.28% from 255 or 17.41% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F761D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F761D5 is #089E2A. Grayscale: #9A9A9A. Windows color (decimal): -564779 or 13984247. OLE color: 13984247.

HSL color Cylindrical-coordinate representation of color #F761D5: hue angle of 313.6º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F761D5 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB24797213-
CMYK00.610.140.03
HSL313.6º90.36%67.45%-
HSV(B)313.6º60.73%96.86%-
XYZ54.6433.1366.47-
YUV155.07160.7193.57-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.34%
GREEN value IS 97 (38.28% from 255) = 17.41%
BLUE value IS 213 (83.59% from 255) = 38.24%
R=44.34%
G=17.41%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479721300.610.140.03313.690.3667.45
HexF761D503DE313a5a43
Octal367141325075163472132103
Binary11110111110000111010101011110111101110011101010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F761D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F761D5; }

 p { color: rgb(247,97,213); }

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

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

 a { background-color: rgb(247,97,213); }

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

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

 span { border-color: rgb(247,97,213); }

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