#F451D4

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

Shades of Free Speech Magenta #F451D4

Tints of Free Speech Magenta #F451D4

Color information

#F451D4 (or 0xF451D4) is unknown color: approx Free Speech Magenta. HEX triplet: F4, 51 and D4. RGB value is (244,81,212). Sum of RGB (Red+Green+Blue) = 244+81+212=537 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.44% from 537); Green value is 81 (32.03% from 255 or 15.08% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 244 - color contains mainly: red. Hex color #F451D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F451D4 is #0BAE2B. Grayscale: #909090. Windows color (decimal): -765484 or 13914612. OLE color: 13914612.

HSL color Cylindrical-coordinate representation of color #F451D4: hue angle of 311.78º 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 #F451D4 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB24481212-
CMYK00.670.130.04
HSL311.78º88.11%63.73%-
HSV(B)311.78º66.8%95.69%-
XYZ52.1329.8765.31-
YUV144.67166198.85-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.44%
GREEN value IS 81 (32.03% from 255) = 15.08%
BLUE value IS 212 (83.20% from 255) = 39.48%
R=45.44%
G=15.08%
B=39.48%

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
Decimal2448121200.670.130.04311.7888.1163.73
HexF451D4043D41385840
Octal3641213240103154470130100
Binary1111010010100011101010001000011110110010011100010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F451D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F451D4; }

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

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

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

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

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

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

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

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