#F269DD

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

Shades of Free Speech Magenta #F269DD

Tints of Free Speech Magenta #F269DD

Color information

#F269DD (or 0xF269DD) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 69 and DD. RGB value is (242,105,221). Sum of RGB (Red+Green+Blue) = 242+105+221=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 105 (41.41% from 255 or 18.49% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F269DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F269DD is #0D9622. Grayscale: #9E9E9E. Windows color (decimal): -890403 or 14510578. OLE color: 14510578.

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

Color convert

RGB242105221-
CMYK00.570.090.05
HSL309.2º84.05%68.04%-
HSV(B)309.2º56.61%94.9%-
XYZ54.7234.272.12-
YUV159.19162.89187.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.61%
GREEN value IS 105 (41.41% from 255) = 18.49%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=42.61%
G=18.49%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210522100.570.090.05309.284.0568.04
HexF269DD039951355444
Octal362151335071115465124104
Binary111100101101001110111010111001100110110011010110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F269DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F269DD; }

 p { color: rgb(242,105,221); }

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

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

 a { background-color: rgb(242,105,221); }

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

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

 span { border-color: rgb(242,105,221); }

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