#F48B8A

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

Shades of Sweet Pink #F48B8A

Tints of Sweet Pink #F48B8A

Color information

#F48B8A (or 0xF48B8A) is unknown color: approx Sweet Pink. HEX triplet: F4, 8B and 8A. RGB value is (244,139,138). Sum of RGB (Red+Green+Blue) = 244+139+138=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F48B8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48B8A is #0B7475. Grayscale: #AAAAAA. Windows color (decimal): -750710 or 9079796. OLE color: 9079796.

HSL color Cylindrical-coordinate representation of color #F48B8A: hue angle of 0.57º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F48B8A is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB244139138-
CMYK00.430.430.04
HSL0.57º82.81%74.9%-
HSV(B)0.57º43.44%95.69%-
XYZ51.1339.5328.98-
YUV170.28109.79180.58-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.83%
GREEN value IS 139 (54.69% from 255) = 26.68%
BLUE value IS 138 (54.30% from 255) = 26.49%
R=46.83%
G=26.68%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413913800.430.430.040.5782.8174.9
HexF48B8A02B2B41534b
Octal3642132120535341123113
Binary1111010010001011100010100101011101011100110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48B8A; }

 p { color: rgb(244,139,138); }

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

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

 a { background-color: rgb(244,139,138); }

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

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

 span { border-color: rgb(244,139,138); }

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