#F245E4

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

Shades of Free Speech Magenta #F245E4

Tints of Free Speech Magenta #F245E4

Color information

#F245E4 (or 0xF245E4) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 45 and E4. RGB value is (242,69,228). Sum of RGB (Red+Green+Blue) = 242+69+228=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 69 (27.34% from 255 or 12.80% from 539); Blue value is 228 (89.45% from 255 or 42.30% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F245E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F245E4 is #0DBA1B. Grayscale: #8A8A8A. Windows color (decimal): -899612 or 14960114. OLE color: 14960114.

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

Color convert

RGB24269228-
CMYK00.710.060.05
HSL304.86º86.93%60.98%-
HSV(B)304.86º71.49%94.9%-
XYZ52.7528.7376.16-
YUV138.85178.31201.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.90%
GREEN value IS 69 (27.34% from 255) = 12.80%
BLUE value IS 228 (89.45% from 255) = 42.30%
R=44.90%
G=12.80%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426922800.710.060.05304.8686.9360.98
HexF245E404765131573d
Octal36210534401076546112775
Binary11110010100010111100100010001111101011001100011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F245E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F245E4; }

 p { color: rgb(242,69,228); }

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

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

 a { background-color: rgb(242,69,228); }

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

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

 span { border-color: rgb(242,69,228); }

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