#F75CDD

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

Shades of Free Speech Magenta #F75CDD

Tints of Free Speech Magenta #F75CDD

Color information

#F75CDD (or 0xF75CDD) is unknown color: approx Free Speech Magenta. HEX triplet: F7, 5C and DD. RGB value is (247,92,221). Sum of RGB (Red+Green+Blue) = 247+92+221=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 92 (36.33% from 255 or 16.43% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F75CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75CDD is #08A322. Grayscale: #989898. Windows color (decimal): -566051 or 14507255. OLE color: 14507255.

HSL color Cylindrical-coordinate representation of color #F75CDD: hue angle of 310.06º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75CDD is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB24792221-
CMYK00.630.110.03
HSL310.06º90.64%66.47%-
HSV(B)310.06º62.75%96.86%-
XYZ55.2432.6571.8-
YUV153.05166.35195.01-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.11%
GREEN value IS 92 (36.33% from 255) = 16.43%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=44.11%
G=16.43%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479222100.630.110.03310.0690.6466.47
HexF75CDD03FB31365b42
Octal367134335077133466133102
Binary11110111101110011011101011111110111110011011010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75CDD; }

 p { color: rgb(247,92,221); }

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

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

 a { background-color: rgb(247,92,221); }

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

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

 span { border-color: rgb(247,92,221); }

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