#F4948E

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

Shades of Sweet Pink #F4948E

Tints of Sweet Pink #F4948E

Color information

#F4948E (or 0xF4948E) is unknown color: approx Sweet Pink. HEX triplet: F4, 94 and 8E. RGB value is (244,148,142). Sum of RGB (Red+Green+Blue) = 244+148+142=534 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.69% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 244 - color contains mainly: red. Hex color #F4948E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4948E is #0B6B71. Grayscale: #B0B0B0. Windows color (decimal): -748402 or 9344244. OLE color: 9344244.

HSL color Cylindrical-coordinate representation of color #F4948E: hue angle of 3.53º degrees, saturation: 0.82, 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 #F4948E is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB244148142-
CMYK00.390.420.04
HSL3.53º82.26%75.69%-
HSV(B)3.53º41.8%95.69%-
XYZ52.7842.3730.99-
YUV176.02108.8176.49-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.69%
GREEN value IS 148 (58.20% from 255) = 27.72%
BLUE value IS 142 (55.86% from 255) = 26.59%
R=45.69%
G=27.72%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414814200.390.420.043.5382.2675.69
HexF4948E0272A44524c
Octal3642242160475244122114
Binary111101001001010010001110010011110101010010010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4948E; }

 p { color: rgb(244,148,142); }

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

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

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

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

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

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

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