#F259D7

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

Shades of Free Speech Magenta #F259D7

Tints of Free Speech Magenta #F259D7

Color information

#F259D7 (or 0xF259D7) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 59 and D7. RGB value is (242,89,215). Sum of RGB (Red+Green+Blue) = 242+89+215=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 89 (35.16% from 255 or 16.30% from 546); Blue value is 215 (84.38% from 255 or 39.38% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F259D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259D7 is #0DA628. Grayscale: #949494. Windows color (decimal): -894505 or 14113266. OLE color: 14113266.

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

Color convert

RGB24289215-
CMYK00.630.110.05
HSL310.59º85.47%64.9%-
HSV(B)310.59º63.22%94.9%-
XYZ52.4630.9367.49-
YUV149.11165.19194.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.32%
GREEN value IS 89 (35.16% from 255) = 16.30%
BLUE value IS 215 (84.38% from 255) = 39.38%
R=44.32%
G=16.30%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428921500.630.110.05310.5985.4764.9
HexF259D703FB51375541
Octal362131327077135467125101
Binary111100101011001110101110111111101110110011011110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F259D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F259D7; }

 p { color: rgb(242,89,215); }

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

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

 a { background-color: rgb(242,89,215); }

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

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

 span { border-color: rgb(242,89,215); }

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