Html Css Color HEX #F08D83 Sweet Pink

📋 copy color: '#F08D83'

red 240 ◦ green 141 ◦ blue 131

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

Shades of Sweet Pink #F08D83

Tints of Sweet Pink #F08D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.59%

R = 46.88%
G = 27.54%
B = 25.59%

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

#F08D83 (or 0xF08D83) is known color: Sweet Pink. HEX triplet: F0, 8D and 83. RGB value is (240,141,131). Sum of RGB (Red+Green+Blue) = 240+141+131=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08D83 is #0F727C. Grayscale: #A9A9A9. Windows color (decimal): -1012349 or 8621552. OLE color: 8621552.

HSL color Cylindrical-coordinate representation of color #F08D83: hue angle of 5.5º 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 #F08D83 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 141 131 -
CMYK 0 0.41 0.45 0.06
HSL 5.5º 0.78% 0.73% -
HSV(B) 5.5º 0.45% 0.94% -
XYZ 49.56 39.21 26.43 -
YUV 169.46 106.3 178.31 -
System Red Green Blue C M Y K H S L
Decimal 240 141 131 0 0.41 0.45 0.06 5.5 0.78 0.73
Hex F0 8D 83 0 29 2D 6 6 4E 49
Octal 360 215 203 0 51 55 6 6 116 111
Binary 11110000 10001101 10000011 0 101001 101101 110 110 1001110 1001001

Color Harmonies of #F08D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08D83

Black with #F08D83

Text Example


Text Example

White with #F08D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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