#F25BD4

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

Shades of Free Speech Magenta #F25BD4

Tints of Free Speech Magenta #F25BD4

Color information

#F25BD4 (or 0xF25BD4) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 5B and D4. RGB value is (242,91,212). Sum of RGB (Red+Green+Blue) = 242+91+212=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 91 (35.94% from 255 or 16.70% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F25BD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25BD4 is #0DA42B. Grayscale: #959595. Windows color (decimal): -893996 or 13917170. OLE color: 13917170.

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

Color convert

RGB24291212-
CMYK00.620.120.05
HSL311.92º85.31%65.29%-
HSV(B)311.92º62.4%94.9%-
XYZ52.2431.1165.54-
YUV149.94163.03193.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.40%
GREEN value IS 91 (35.94% from 255) = 16.70%
BLUE value IS 212 (83.20% from 255) = 38.90%
R=44.40%
G=16.70%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429121200.620.120.05311.9285.3165.29
HexF25BD403EC51385541
Octal362133324076145470125101
Binary111100101011011110101000111110110010110011100010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25BD4; }

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

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

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

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

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

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

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

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