#F1978A

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

Shades of Sweet Pink #F1978A

Tints of Sweet Pink #F1978A

Color information

#F1978A (or 0xF1978A) is unknown color: approx Sweet Pink. HEX triplet: F1, 97 and 8A. RGB value is (241,151,138). Sum of RGB (Red+Green+Blue) = 241+151+138=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F1978A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1978A is #0E6875. Grayscale: #B0B0B0. Windows color (decimal): -944246 or 9082865. OLE color: 9082865.

HSL color Cylindrical-coordinate representation of color #F1978A: hue angle of 7.57º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F1978A is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB241151138-
CMYK00.370.430.05
HSL7.57º78.63%74.31%-
HSV(B)7.57º42.74%94.51%-
XYZ51.9342.6729.54-
YUV176.43106.32174.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.47%
GREEN value IS 151 (59.38% from 255) = 28.49%
BLUE value IS 138 (54.30% from 255) = 26.04%
R=45.47%
G=28.49%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115113800.370.430.057.5778.6374.31
HexF1978A0252B584f4a
Octal36122721204553510117112
Binary1111000110010111100010100100101101011101100010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1978A; }

 p { color: rgb(241,151,138); }

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

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

 a { background-color: rgb(241,151,138); }

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

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

 span { border-color: rgb(241,151,138); }

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