#f95ce1

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

Shades of Free Speech Magenta #F95CE1

Tints of Free Speech Magenta #F95CE1

Color information

#F95CE1 (or 0xF95CE1) is unknown color: approx Free Speech Magenta. HEX triplet: F9, 5C and E1. RGB value is (249,92,225). Sum of RGB (Red+Green+Blue) = 249+92+225=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 92 (36.33% from 255 or 16.25% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F95CE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95CE1 is #06A31E. Grayscale: #999999. Windows color (decimal): -434975 or 14769401. OLE color: 14769401.

HSL color Cylindrical-coordinate representation of color #F95CE1: hue angle of 309.17º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F95CE1 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB24992225-
CMYK00.630.100.02
HSL309.17º92.9%66.86%-
HSV(B)309.17º63.05%97.65%-
XYZ56.4833.2374.67-
YUV154.1168.01195.69-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.99%
GREEN value IS 92 (36.33% from 255) = 16.25%
BLUE value IS 225 (88.28% from 255) = 39.75%
R=43.99%
G=16.25%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499222500.630.100.02309.1792.966.86
HexF95CE103FA21355d43
Octal371134341077122465135103
Binary11111001101110011100001011111110101010011010110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f95ce1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f95ce1; }

 p { color: rgb(249,92,225); }

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

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

 a { background-color: rgb(249,92,225); }

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

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

 span { border-color: rgb(249,92,225); }

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