#F28F8E

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

Shades of Sweet Pink #F28F8E

Tints of Sweet Pink #F28F8E

Color information

#F28F8E (or 0xF28F8E) is unknown color: approx Sweet Pink. HEX triplet: F2, 8F and 8E. RGB value is (242,143,142). Sum of RGB (Red+Green+Blue) = 242+143+142=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28F8E is #0D7071. Grayscale: #ACACAC. Windows color (decimal): -880754 or 9342962. OLE color: 9342962.

HSL color Cylindrical-coordinate representation of color #F28F8E: hue angle of 0.6º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F28F8E is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB242143142-
CMYK00.410.410.05
HSL0.6º79.37%75.29%-
HSV(B)0.6º41.32%94.9%-
XYZ51.3240.4830.7-
YUV172.49110.8177.58-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.92%
GREEN value IS 143 (56.25% from 255) = 27.13%
BLUE value IS 142 (55.86% from 255) = 26.94%
R=45.92%
G=27.13%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214314200.410.410.050.679.3775.29
HexF28F8E02929514f4b
Octal3622172160515151117113
Binary1111001010001111100011100101001101001101110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28F8E; }

 p { color: rgb(242,143,142); }

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

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

 a { background-color: rgb(242,143,142); }

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

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

 span { border-color: rgb(242,143,142); }

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