#F28C84

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

Shades of Sweet Pink #F28C84

Tints of Sweet Pink #F28C84

Color information

#F28C84 (or 0xF28C84) is unknown color: approx Sweet Pink. HEX triplet: F2, 8C and 84. RGB value is (242,140,132). Sum of RGB (Red+Green+Blue) = 242+140+132=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28C84 is #0D737B. Grayscale: #A9A9A9. Windows color (decimal): -881532 or 8686834. OLE color: 8686834.

HSL color Cylindrical-coordinate representation of color #F28C84: hue angle of 4.36º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F28C84 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB242140132-
CMYK00.420.450.05
HSL4.36º80.88%73.33%-
HSV(B)4.36º45.45%94.9%-
XYZ50.1639.326.77-
YUV169.59106.79179.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.08%
GREEN value IS 140 (55.08% from 255) = 27.24%
BLUE value IS 132 (51.95% from 255) = 25.68%
R=47.08%
G=27.24%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214013200.420.450.054.3680.8873.33
HexF28C8402A2D545149
Octal3622142040525554121111
Binary111100101000110010000100010101010110110110010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28C84; }

 p { color: rgb(242,140,132); }

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

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

 a { background-color: rgb(242,140,132); }

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

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

 span { border-color: rgb(242,140,132); }

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