#F48A8A

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

Shades of Sweet Pink #F48A8A

Tints of Sweet Pink #F48A8A

Color information

#F48A8A (or 0xF48A8A) is unknown color: approx Sweet Pink. HEX triplet: F4, 8A and 8A. RGB value is (244,138,138). Sum of RGB (Red+Green+Blue) = 244+138+138=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F48A8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48A8A is #0B7575. Grayscale: #A9A9A9. Windows color (decimal): -750966 or 9079540. OLE color: 9079540.

HSL color Cylindrical-coordinate representation of color #F48A8A: hue angle of 0º 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 #F48A8A is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB244138138-
CMYK00.430.430.04
HSL82.81%74.9%-
HSV(B)43.44%95.69%-
XYZ50.9839.2528.93-
YUV169.69110.12181-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.92%
GREEN value IS 138 (54.30% from 255) = 26.54%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=46.92%
G=26.54%
B=26.54%

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
Decimal24413813800.430.430.04082.8174.9
HexF48A8A02B2B40534b
Octal3642122120535340123113
Binary1111010010001010100010100101011101011100010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48A8A; }

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

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

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

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

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

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

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

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