#F2908D

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

Shades of Sweet Pink #F2908D

Tints of Sweet Pink #F2908D

Color information

#F2908D (or 0xF2908D) is unknown color: approx Sweet Pink. HEX triplet: F2, 90 and 8D. RGB value is (242,144,141). Sum of RGB (Red+Green+Blue) = 242+144+141=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F2908D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2908D is #0D6F72. Grayscale: #ADADAD. Windows color (decimal): -880499 or 9277682. OLE color: 9277682.

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

Color convert

RGB242144141-
CMYK00.400.420.05
HSL1.78º79.53%75.1%-
HSV(B)1.78º41.74%94.9%-
XYZ51.440.7530.36-
YUV172.96109.97177.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.92%
GREEN value IS 144 (56.64% from 255) = 27.32%
BLUE value IS 141 (55.47% from 255) = 26.76%
R=45.92%
G=27.32%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214414100.400.420.051.7879.5375.1
HexF2908D0282A52504b
Octal3622202150505252120113
Binary11110010100100001000110101010001010101011010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2908D; }

 p { color: rgb(242,144,141); }

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

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

 a { background-color: rgb(242,144,141); }

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

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

 span { border-color: rgb(242,144,141); }

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