Html Css Color HEX #F08D85 Sweet Pink

📋 copy color: '#F08D85'

red 240 ◦ green 141 ◦ blue 133

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

Shades of Sweet Pink #F08D85

Tints of Sweet Pink #F08D85

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.43%

 BLUE value IS 133 (52.34% from 255) = 25.88%

R = 46.69%
G = 27.43%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F08D85 (or 0xF08D85) is known color: Sweet Pink. HEX triplet: F0, 8D and 85. RGB value is (240,141,133). Sum of RGB (Red+Green+Blue) = 240+141+133=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08D85 is #0F727A. Grayscale: #A9A9A9. Windows color (decimal): -1012347 or 8752624. OLE color: 8752624.

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

Color convert

RGB 240 141 133 -
CMYK 0 0.41 0.45 0.06
HSL 4.49º 0.78% 0.73% -
HSV(B) 4.49º 0.45% 0.94% -
XYZ 49.69 39.27 27.15 -
YUV 169.69 107.3 178.15 -
System Red Green Blue C M Y K H S L
Decimal 240 141 133 0 0.41 0.45 0.06 4.49 0.78 0.73
Hex F0 8D 85 0 29 2D 6 4 4E 49
Octal 360 215 205 0 51 55 6 4 116 111
Binary 11110000 10001101 10000101 0 101001 101101 110 100 1001110 1001001

Color Harmonies of #F08D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08D85

Black with #F08D85

Text Example


Text Example

White with #F08D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08D85; }

 p { color: rgb(240,141,133); }

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

background-color css

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

 a { background-color: rgb(240,141,133); }

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

border-color css

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

 span { border-color: rgb(240,141,133); }

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