#F247F1

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

Shades of Free Speech Magenta #F247F1

Tints of Free Speech Magenta #F247F1

Color information

#F247F1 (or 0xF247F1) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 47 and F1. RGB value is (242,71,241). Sum of RGB (Red+Green+Blue) = 242+71+241=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 71 (28.12% from 255 or 12.82% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F247F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F247F1 is #0DB80E. Grayscale: #8D8D8D. Windows color (decimal): -899087 or 15812594. OLE color: 15812594.

HSL color Cylindrical-coordinate representation of color #F247F1: hue angle of 300.35º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F247F1 is Cyan = 0, Magento = 0.71, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB24271241-
CMYK00.710.000.05
HSL300.35º86.8%61.37%-
HSV(B)300.35º70.66%94.9%-
XYZ54.7529.7386.07-
YUV141.51184.15199.68-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.68%
GREEN value IS 71 (28.12% from 255) = 12.82%
BLUE value IS 241 (94.53% from 255) = 43.50%
R=43.68%
G=12.82%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427124100.710.000.05300.3586.861.37
HexF247F10470512c573d
Octal36210736101070545412775
Binary111100101000111111100010100011101011001011001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F247F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F247F1; }

 p { color: rgb(242,71,241); }

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

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

 a { background-color: rgb(242,71,241); }

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

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

 span { border-color: rgb(242,71,241); }

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