#F453C7

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

Shades of Free Speech Magenta #F453C7

Tints of Free Speech Magenta #F453C7

Color information

#F453C7 (or 0xF453C7) is unknown color: approx Free Speech Magenta. HEX triplet: F4, 53 and C7. RGB value is (244,83,199). Sum of RGB (Red+Green+Blue) = 244+83+199=526 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.39% from 526); Green value is 83 (32.81% from 255 or 15.78% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 244 - color contains mainly: red. Hex color #F453C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F453C7 is #0BAC38. Grayscale: #909090. Windows color (decimal): -764985 or 13063156. OLE color: 13063156.

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

Color convert

RGB24483199-
CMYK00.660.180.04
HSL316.77º87.98%64.12%-
HSV(B)316.77º65.98%95.69%-
XYZ50.7129.5457.06-
YUV144.36158.84199.07-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.39%
GREEN value IS 83 (32.81% from 255) = 15.78%
BLUE value IS 199 (78.12% from 255) = 37.83%
R=46.39%
G=15.78%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448319900.660.180.04316.7787.9864.12
HexF453C704212413d5840
Octal3641233070102224475130100
Binary11110100101001111000111010000101001010010011110110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F453C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F453C7; }

 p { color: rgb(244,83,199); }

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

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

 a { background-color: rgb(244,83,199); }

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

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

 span { border-color: rgb(244,83,199); }

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