#F247E1

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

Shades of Free Speech Magenta #F247E1

Tints of Free Speech Magenta #F247E1

Color information

#F247E1 (or 0xF247E1) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 47 and E1. RGB value is (242,71,225). Sum of RGB (Red+Green+Blue) = 242+71+225=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 71 (28.12% from 255 or 13.20% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F247E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F247E1 is #0DB81E. Grayscale: #8B8B8B. Windows color (decimal): -899103 or 14764018. OLE color: 14764018.

HSL color Cylindrical-coordinate representation of color #F247E1: hue angle of 305.96º 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 #F247E1 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB24271225-
CMYK00.710.070.05
HSL305.96º86.8%61.37%-
HSV(B)305.96º70.66%94.9%-
XYZ52.4628.8274.03-
YUV139.68176.15200.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.98%
GREEN value IS 71 (28.12% from 255) = 13.20%
BLUE value IS 225 (88.28% from 255) = 41.82%
R=44.98%
G=13.20%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427122500.710.070.05305.9686.861.37
HexF247E104775132573d
Octal36210734101077546212775
Binary11110010100011111100001010001111111011001100101010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F247E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F247E1; }

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

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

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

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

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

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

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

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