#F266D8

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

Shades of Free Speech Magenta #F266D8

Tints of Free Speech Magenta #F266D8

Color information

#F266D8 (or 0xF266D8) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 66 and D8. RGB value is (242,102,216). Sum of RGB (Red+Green+Blue) = 242+102+216=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 102 (40.23% from 255 or 18.21% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F266D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F266D8 is #0D9927. Grayscale: #9C9C9C. Windows color (decimal): -891176 or 14182130. OLE color: 14182130.

HSL color Cylindrical-coordinate representation of color #F266D8: hue angle of 311.14º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F266D8 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB242102216-
CMYK00.580.110.05
HSL311.14º84.34%67.45%-
HSV(B)311.14º57.85%94.9%-
XYZ53.7633.3468.57-
YUV156.86161.38188.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.21%
GREEN value IS 102 (40.23% from 255) = 18.21%
BLUE value IS 216 (84.77% from 255) = 38.57%
R=43.21%
G=18.21%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210221600.580.110.05311.1484.3467.45
HexF266D803AB51375443
Octal362146330072135467124103
Binary111100101100110110110000111010101110110011011110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F266D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F266D8; }

 p { color: rgb(242,102,216); }

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

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

 a { background-color: rgb(242,102,216); }

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

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

 span { border-color: rgb(242,102,216); }

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