#F253CC

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

Shades of Free Speech Magenta #F253CC

Tints of Free Speech Magenta #F253CC

Color information

#F253CC (or 0xF253CC) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 53 and CC. RGB value is (242,83,204). Sum of RGB (Red+Green+Blue) = 242+83+204=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 83 (32.81% from 255 or 15.69% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F253CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F253CC is #0DAC33. Grayscale: #909090. Windows color (decimal): -896052 or 13390834. OLE color: 13390834.

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

Color convert

RGB24283204-
CMYK00.660.160.05
HSL314.34º85.95%63.73%-
HSV(B)314.34º65.7%94.9%-
XYZ50.6129.4260.14-
YUV144.34161.68197.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.75%
GREEN value IS 83 (32.81% from 255) = 15.69%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=45.75%
G=15.69%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428320400.660.160.05314.3485.9563.73
HexF253CC04210513a5640
Octal3621233140102205472126100
Binary11110010101001111001100010000101000010110011101010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F253CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F253CC; }

 p { color: rgb(242,83,204); }

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

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

 a { background-color: rgb(242,83,204); }

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

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

 span { border-color: rgb(242,83,204); }

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