#F45DE4

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

Shades of Free Speech Magenta #F45DE4

Tints of Free Speech Magenta #F45DE4

Color information

#F45DE4 (or 0xF45DE4) is unknown color: approx Free Speech Magenta. HEX triplet: F4, 5D and E4. RGB value is (244,93,228). Sum of RGB (Red+Green+Blue) = 244+93+228=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 93 (36.72% from 255 or 16.46% from 565); Blue value is 228 (89.45% from 255 or 40.35% from 565); Max value from RGB is 244 - color contains mainly: red. Hex color #F45DE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45DE4 is #0BA21B. Grayscale: #999999. Windows color (decimal): -762396 or 14966260. OLE color: 14966260.

HSL color Cylindrical-coordinate representation of color #F45DE4: hue angle of 306.36º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F45DE4 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB24493228-
CMYK00.620.070.04
HSL306.36º87.28%66.08%-
HSV(B)306.36º61.89%95.69%-
XYZ55.2332.6676.79-
YUV153.54170.03192.52-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.19%
GREEN value IS 93 (36.72% from 255) = 16.46%
BLUE value IS 228 (89.45% from 255) = 40.35%
R=43.19%
G=16.46%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449322800.620.070.04306.3687.2866.08
HexF45DE403E741325742
Octal36413534407674462127102
Binary11110100101110111100100011111011110010011001010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45DE4; }

 p { color: rgb(244,93,228); }

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

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

 a { background-color: rgb(244,93,228); }

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

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

 span { border-color: rgb(244,93,228); }

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