Html Css Color HEX #F28988 Sweet Pink

📋 copy color: '#F28988'

red 242 ◦ green 137 ◦ blue 136

#F28988
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sweet Pink #F28988

Tints of Sweet Pink #F28988

RGB

 RED value IS 242 (94.92% from 255) = 46.99%

 GREEN value IS 137 (53.91% from 255) = 26.6%

 BLUE value IS 136 (53.52% from 255) = 26.41%

R = 46.99%
G = 26.6%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F28988 (or 0xF28988) is known color: Sweet Pink. HEX triplet: F2, 89 and 88. RGB value is (242,137,136). Sum of RGB (Red+Green+Blue) = 242+137+136=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F28988 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28988 is #0D7677. Grayscale: #A8A8A8. Windows color (decimal): -882296 or 8948210. OLE color: 8948210.

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

Color convert

RGB 242 137 136 -
CMYK 0 0.43 0.44 0.05
HSL 0.57º 0.8% 0.74% -
HSV(B) 0.57º 0.44% 0.95% -
XYZ 50.01 38.55 28.1 -
YUV 168.28 109.79 180.58 -
System Red Green Blue C M Y K H S L
Decimal 242 137 136 0 0.43 0.44 0.05 0.57 0.8 0.74
Hex F2 89 88 0 2B 2C 5 1 50 4A
Octal 362 211 210 0 53 54 5 1 120 112
Binary 11110010 10001001 10001000 0 101011 101100 101 1 1010000 1001010

Color Harmonies of #F28988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28988

Black with #F28988

Text Example


Text Example

White with #F28988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28988; }

 p { color: rgb(242,137,136); }

 H1.HeaderClassName
 {
   color: #F28988;
 }
 .AnyTagClassName
 {
   color: #F28988;
 }
</style>

background-color css

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

 a { background-color: rgb(242,137,136); }

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

border-color css

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

 span { border-color: rgb(242,137,136); }

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