Html Css Color HEX #F08C87 Sweet Pink

📋 copy color: '#F08C87'

red 240 ◦ green 140 ◦ blue 135

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

Shades of Sweet Pink #F08C87

Tints of Sweet Pink #F08C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.21%

R = 46.6%
G = 27.18%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F08C87 (or 0xF08C87) is known color: Sweet Pink. HEX triplet: F0, 8C and 87. RGB value is (240,140,135). Sum of RGB (Red+Green+Blue) = 240+140+135=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 135 (53.12% from 255 or 26.21% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08C87 is #0F7378. Grayscale: #A9A9A9. Windows color (decimal): -1012601 or 8883440. OLE color: 8883440.

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

Color convert

RGB 240 140 135 -
CMYK 0 0.42 0.44 0.06
HSL 2.86º 0.78% 0.74% -
HSV(B) 2.86º 0.44% 0.94% -
XYZ 49.69 39.03 27.84 -
YUV 169.33 108.63 178.41 -
System Red Green Blue C M Y K H S L
Decimal 240 140 135 0 0.42 0.44 0.06 2.86 0.78 0.74
Hex F0 8C 87 0 2A 2C 6 3 4E 4A
Octal 360 214 207 0 52 54 6 3 116 112
Binary 11110000 10001100 10000111 0 101010 101100 110 11 1001110 1001010

Color Harmonies of #F08C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C87

Black with #F08C87

Text Example


Text Example

White with #F08C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C87; }

 p { color: rgb(240,140,135); }

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

background-color css

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

 a { background-color: rgb(240,140,135); }

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

border-color css

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

 span { border-color: rgb(240,140,135); }

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