#F451D5

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

Shades of Free Speech Magenta #F451D5

Tints of Free Speech Magenta #F451D5

Color information

#F451D5 (or 0xF451D5) is unknown color: approx Free Speech Magenta. HEX triplet: F4, 51 and D5. RGB value is (244,81,213). Sum of RGB (Red+Green+Blue) = 244+81+213=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 81 (32.03% from 255 or 15.06% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 244 - color contains mainly: red. Hex color #F451D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F451D5 is #0BAE2A. Grayscale: #909090. Windows color (decimal): -765483 or 13980148. OLE color: 13980148.

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

Color convert

RGB24481213-
CMYK00.670.130.04
HSL311.41º88.11%63.73%-
HSV(B)311.41º66.8%95.69%-
XYZ52.2629.9265.97-
YUV144.78166.5198.77-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.35%
GREEN value IS 81 (32.03% from 255) = 15.06%
BLUE value IS 213 (83.59% from 255) = 39.59%
R=45.35%
G=15.06%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448121300.670.130.04311.4188.1163.73
HexF451D5043D41375840
Octal3641213250103154467130100
Binary1111010010100011101010101000011110110010011011110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F451D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F451D5; }

 p { color: rgb(244,81,213); }

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

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

 a { background-color: rgb(244,81,213); }

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

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

 span { border-color: rgb(244,81,213); }

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