#F265DD

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

Shades of Free Speech Magenta #F265DD

Tints of Free Speech Magenta #F265DD

Color information

#F265DD (or 0xF265DD) is unknown color: approx Free Speech Magenta. HEX triplet: F2, 65 and DD. RGB value is (242,101,221). Sum of RGB (Red+Green+Blue) = 242+101+221=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 101 (39.84% from 255 or 17.91% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F265DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F265DD is #0D9A22. Grayscale: #9C9C9C. Windows color (decimal): -891427 or 14509554. OLE color: 14509554.

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

Color convert

RGB242101221-
CMYK00.580.090.05
HSL308.94º84.43%67.25%-
HSV(B)308.94º58.26%94.9%-
XYZ54.3233.4171.99-
YUV156.84164.21188.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.91%
GREEN value IS 101 (39.84% from 255) = 17.91%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=42.91%
G=17.91%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210122100.580.090.05308.9484.4367.25
HexF265DD03A951355443
Octal362145335072115465124103
Binary111100101100101110111010111010100110110011010110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F265DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F265DD; }

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

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

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

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

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

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

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

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