#F251D4

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

Shades of Free Speech Magenta #F251D4

Tints of Free Speech Magenta #F251D4

Color information

#F251D4 (or 0xF251D4) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 51 and D4. RGB value is (242,81,212). Sum of RGB (Red+Green+Blue) = 242+81+212=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 81 (32.03% from 255 or 15.14% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F251D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F251D4 is #0DAE2B. Grayscale: #8F8F8F. Windows color (decimal): -896556 or 13914610. OLE color: 13914610.

HSL color Cylindrical-coordinate representation of color #F251D4: hue angle of 311.18º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F251D4 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB24281212-
CMYK00.670.120.05
HSL311.18º86.1%63.33%-
HSV(B)311.18º66.53%94.9%-
XYZ51.4429.5265.27-
YUV144.07166.34197.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.23%
GREEN value IS 81 (32.03% from 255) = 15.14%
BLUE value IS 212 (83.20% from 255) = 39.63%
R=45.23%
G=15.14%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428121200.670.120.05311.1886.163.33
HexF251D4043C5137563f
Octal362121324010314546712677
Binary111100101010001110101000100001111001011001101111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F251D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F251D4; }

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

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

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

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

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

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

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

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