#f257e3

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

Shades of Free Speech Magenta #F257E3

Tints of Free Speech Magenta #F257E3

Color information

#F257E3 (or 0xF257E3) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 57 and E3. RGB value is (242,87,227). Sum of RGB (Red+Green+Blue) = 242+87+227=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 87 (34.38% from 255 or 15.65% from 556); Blue value is 227 (89.06% from 255 or 40.83% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F257E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F257E3 is #0DA81C. Grayscale: #949494. Windows color (decimal): -895005 or 14899186. OLE color: 14899186.

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

Color convert

RGB24287227-
CMYK00.640.060.05
HSL305.81º85.64%64.51%-
HSV(B)305.81º64.05%94.9%-
XYZ53.8931.2475.86-
YUV149.3171.85194.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.53%
GREEN value IS 87 (34.38% from 255) = 15.65%
BLUE value IS 227 (89.06% from 255) = 40.83%
R=43.53%
G=15.65%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428722700.640.060.05305.8185.6464.51
HexF257E3040651325641
Octal362127343010065462126101
Binary111100101010111111000110100000011010110011001010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f257e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f257e3; }

 p { color: rgb(242,87,227); }

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

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

 a { background-color: rgb(242,87,227); }

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

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

 span { border-color: rgb(242,87,227); }

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