Html Css Color HEX #F08B88 Sweet Pink

📋 copy color: '#F08B88'

red 240 ◦ green 139 ◦ blue 136

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

Shades of Sweet Pink #F08B88

Tints of Sweet Pink #F08B88

RGB

 RED value IS 240 (94.14% from 255) = 46.6%

 GREEN value IS 139 (54.69% from 255) = 26.99%

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

R = 46.6%
G = 26.99%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F08B88 (or 0xF08B88) is known color: Sweet Pink. HEX triplet: F0, 8B and 88. RGB value is (240,139,136). Sum of RGB (Red+Green+Blue) = 240+139+136=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08B88 is #0F7477. Grayscale: #A8A8A8. Windows color (decimal): -1012856 or 8948720. OLE color: 8948720.

HSL color Cylindrical-coordinate representation of color #F08B88: hue angle of 1.73º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08B88 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 139 136 -
CMYK 0 0.42 0.43 0.06
HSL 1.73º 0.78% 0.74% -
HSV(B) 1.73º 0.43% 0.94% -
XYZ 49.61 38.77 28.16 -
YUV 168.86 109.46 178.74 -
System Red Green Blue C M Y K H S L
Decimal 240 139 136 0 0.42 0.43 0.06 1.73 0.78 0.74
Hex F0 8B 88 0 2A 2B 6 2 4E 4A
Octal 360 213 210 0 52 53 6 2 116 112
Binary 11110000 10001011 10001000 0 101010 101011 110 10 1001110 1001010

Color Harmonies of #F08B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08B88

Black with #F08B88

Text Example


Text Example

White with #F08B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08B88; }

 p { color: rgb(240,139,136); }

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

background-color css

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

 a { background-color: rgb(240,139,136); }

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

border-color css

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

 span { border-color: rgb(240,139,136); }

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