#F6948F

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

Shades of Sweet Pink #F6948F

Tints of Sweet Pink #F6948F

Color information

#F6948F (or 0xF6948F) is unknown color: approx Sweet Pink. HEX triplet: F6, 94 and 8F. RGB value is (246,148,143). Sum of RGB (Red+Green+Blue) = 246+148+143=537 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.81% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 143 (56.25% from 255 or 26.63% from 537); Max value from RGB is 246 - color contains mainly: red. Hex color #F6948F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6948F is #096B70. Grayscale: #B0B0B0. Windows color (decimal): -617329 or 9409782. OLE color: 9409782.

HSL color Cylindrical-coordinate representation of color #F6948F: hue angle of 2.91º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F6948F is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB246148143-
CMYK00.400.420.04
HSL2.91º85.12%76.27%-
HSV(B)2.91º41.87%96.47%-
XYZ53.5542.7631.42-
YUV176.73108.97177.41-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.81%
GREEN value IS 148 (58.20% from 255) = 27.56%
BLUE value IS 143 (56.25% from 255) = 26.63%
R=45.81%
G=27.56%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614814300.400.420.042.9185.1276.27
HexF6948F0282A43554c
Octal3662242170505243125114
Binary11110110100101001000111101010001010101001110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6948F; }

 p { color: rgb(246,148,143); }

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

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

 a { background-color: rgb(246,148,143); }

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

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

 span { border-color: rgb(246,148,143); }

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