#F25DDB

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

Shades of Free Speech Magenta #F25DDB

Tints of Free Speech Magenta #F25DDB

Color information

#F25DDB (or 0xF25DDB) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 5D and DB. RGB value is (242,93,219). Sum of RGB (Red+Green+Blue) = 242+93+219=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 93 (36.72% from 255 or 16.79% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25DDB is #0DA224. Grayscale: #979797. Windows color (decimal): -893477 or 14376434. OLE color: 14376434.

HSL color Cylindrical-coordinate representation of color #F25DDB: hue angle of 309.26º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25DDB is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB24293219-
CMYK00.620.100.05
HSL309.26º85.14%65.69%-
HSV(B)309.26º61.57%94.9%-
XYZ53.3231.8270.35-
YUV151.92165.86192.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.68%
GREEN value IS 93 (36.72% from 255) = 16.79%
BLUE value IS 219 (85.94% from 255) = 39.53%
R=43.68%
G=16.79%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429321900.620.100.05309.2685.1465.69
HexF25DDB03EA51355542
Octal362135333076125465125102
Binary111100101011101110110110111110101010110011010110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25DDB; }

 p { color: rgb(242,93,219); }

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

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

 a { background-color: rgb(242,93,219); }

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

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

 span { border-color: rgb(242,93,219); }

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