#F75CDE

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

Shades of Free Speech Magenta #F75CDE

Tints of Free Speech Magenta #F75CDE

Color information

#F75CDE (or 0xF75CDE) is unknown color: approx Free Speech Magenta. HEX triplet: F7, 5C and DE. RGB value is (247,92,222). Sum of RGB (Red+Green+Blue) = 247+92+222=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 92 (36.33% from 255 or 16.40% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F75CDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75CDE is #08A321. Grayscale: #989898. Windows color (decimal): -566050 or 14572791. OLE color: 14572791.

HSL color Cylindrical-coordinate representation of color #F75CDE: hue angle of 309.68º 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 #F75CDE is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB24792222-
CMYK00.630.100.03
HSL309.68º90.64%66.47%-
HSV(B)309.68º62.75%96.86%-
XYZ55.3732.772.5-
YUV153.16166.85194.93-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.03%
GREEN value IS 92 (36.33% from 255) = 16.40%
BLUE value IS 222 (87.11% from 255) = 39.57%
R=44.03%
G=16.40%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479222200.630.100.03309.6890.6466.47
HexF75CDE03FA31365b42
Octal367134336077123466133102
Binary11110111101110011011110011111110101110011011010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75CDE; }

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

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

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

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

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

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

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

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