#F28C83

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

Shades of Sweet Pink #F28C83

Tints of Sweet Pink #F28C83

Color information

#F28C83 (or 0xF28C83) is unknown color: approx Sweet Pink. HEX triplet: F2, 8C and 83. RGB value is (242,140,131). Sum of RGB (Red+Green+Blue) = 242+140+131=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28C83 is #0D737C. Grayscale: #A9A9A9. Windows color (decimal): -881533 or 8621298. OLE color: 8621298.

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

Color convert

RGB242140131-
CMYK00.420.460.05
HSL4.86º81.02%73.14%-
HSV(B)4.86º45.87%94.9%-
XYZ50.0939.2726.41-
YUV169.47106.29179.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.17%
GREEN value IS 140 (55.08% from 255) = 27.29%
BLUE value IS 131 (51.56% from 255) = 25.54%
R=47.17%
G=27.29%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214013100.420.460.054.8681.0273.14
HexF28C8302A2E555149
Octal3622142030525655121111
Binary111100101000110010000011010101010111010110110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28C83; }

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

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

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

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

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

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

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

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