#F1938D

Color #F1938D Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #F1938D

Tints of Sweet Pink #F1938D

Color information

#F1938D (or 0xF1938D) is unknown color: approx Sweet Pink. HEX triplet: F1, 93 and 8D. RGB value is (241,147,141). Sum of RGB (Red+Green+Blue) = 241+147+141=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F1938D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1938D is #0E6C72. Grayscale: #AEAEAE. Windows color (decimal): -945267 or 9278449. OLE color: 9278449.

HSL color Cylindrical-coordinate representation of color #F1938D: hue angle of 3.6º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1938D is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB241147141-
CMYK00.390.410.05
HSL3.6º78.12%74.9%-
HSV(B)3.6º41.49%94.51%-
XYZ51.5241.4930.49-
YUV174.42109.14175.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.56%
GREEN value IS 147 (57.81% from 255) = 27.79%
BLUE value IS 141 (55.47% from 255) = 26.65%
R=45.56%
G=27.79%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114714100.390.410.053.678.1274.9
HexF1938D02729544e4b
Octal3612232150475154116113
Binary111100011001001110001101010011110100110110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1938D; }

 p { color: rgb(241,147,141); }

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

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

 a { background-color: rgb(241,147,141); }

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

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

 span { border-color: rgb(241,147,141); }

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