Html Css Color HEX #F28C88 Sweet Pink

📋 copy color: '#F28C88'

red 242 ◦ green 140 ◦ blue 136

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

Shades of Sweet Pink #F28C88

Tints of Sweet Pink #F28C88

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.03%

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

R = 46.72%
G = 27.03%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F28C88 (or 0xF28C88) is known color: Sweet Pink. HEX triplet: F2, 8C and 88. RGB value is (242,140,136). Sum of RGB (Red+Green+Blue) = 242+140+136=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28C88 is #0D7377. Grayscale: #AAAAAA. Windows color (decimal): -881528 or 8948978. OLE color: 8948978.

HSL color Cylindrical-coordinate representation of color #F28C88: hue angle of 2.26º 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 #F28C88 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 140 136 -
CMYK 0 0.42 0.44 0.05
HSL 2.26º 0.8% 0.74% -
HSV(B) 2.26º 0.44% 0.95% -
XYZ 50.44 39.41 28.24 -
YUV 170.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 242 140 136 0 0.42 0.44 0.05 2.26 0.8 0.74
Hex F2 8C 88 0 2A 2C 5 2 50 4A
Octal 362 214 210 0 52 54 5 2 120 112
Binary 11110010 10001100 10001000 0 101010 101100 101 10 1010000 1001010

Color Harmonies of #F28C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C88

Black with #F28C88

Text Example


Text Example

White with #F28C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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