#F1689C

Color #F1689C Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #F1689C

Tints of Pale Violet Red #F1689C

Color information

#F1689C (or 0xF1689C) is unknown color: approx Pale Violet Red. HEX triplet: F1, 68 and 9C. RGB value is (241,104,156). Sum of RGB (Red+Green+Blue) = 241+104+156=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F1689C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1689C is #0E9763. Grayscale: #969696. Windows color (decimal): -956260 or 10250481. OLE color: 10250481.

HSL color Cylindrical-coordinate representation of color #F1689C: hue angle of 337.23º degrees, saturation: 0.83, 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 #F1689C is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB241104156-
CMYK00.570.350.05
HSL337.23º83.03%67.65%-
HSV(B)337.23º56.85%94.51%-
XYZ47.233134.95-
YUV150.89130.89192.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.10%
GREEN value IS 104 (41.02% from 255) = 20.76%
BLUE value IS 156 (61.33% from 255) = 31.14%
R=48.10%
G=20.76%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110415600.570.350.05337.2383.0367.65
HexF1689C0392351515344
Octal361150234071435521123104
Binary11110001110100010011100011100110001110110101000110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1689C; }

 p { color: rgb(241,104,156); }

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

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

 a { background-color: rgb(241,104,156); }

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

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

 span { border-color: rgb(241,104,156); }

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