Html Css Color HEX #F58E8D Sweet Pink

📋 copy color: '#F58E8D'

red 245 ◦ green 142 ◦ blue 141

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

Shades of Sweet Pink #F58E8D

Tints of Sweet Pink #F58E8D

RGB

 RED value IS 245 (96.09% from 255) = 46.4%

 GREEN value IS 142 (55.86% from 255) = 26.89%

 BLUE value IS 141 (55.47% from 255) = 26.7%

R = 46.4%
G = 26.89%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F58E8D (or 0xF58E8D) is known color: Sweet Pink. HEX triplet: F5, 8E and 8D. RGB value is (245,142,141). Sum of RGB (Red+Green+Blue) = 245+142+141=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F58E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58E8D is #0A7172. Grayscale: #ACACAC. Windows color (decimal): -684403 or 9277173. OLE color: 9277173.

HSL color Cylindrical-coordinate representation of color #F58E8D: hue angle of 0.58º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58E8D is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 142 141 -
CMYK 0 0.42 0.42 0.04
HSL 0.58º 0.84% 0.76% -
HSV(B) 0.58º 0.42% 0.96% -
XYZ 52.14 40.68 30.3 -
YUV 172.68 110.12 179.58 -
System Red Green Blue C M Y K H S L
Decimal 245 142 141 0 0.42 0.42 0.04 0.58 0.84 0.76
Hex F5 8E 8D 0 2A 2A 4 1 54 4C
Octal 365 216 215 0 52 52 4 1 124 114
Binary 11110101 10001110 10001101 0 101010 101010 100 1 1010100 1001100

Color Harmonies of #F58E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58E8D

Black with #F58E8D

Text Example


Text Example

White with #F58E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58E8D; }

 p { color: rgb(245,142,141); }

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

background-color css

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

 a { background-color: rgb(245,142,141); }

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

border-color css

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

 span { border-color: rgb(245,142,141); }

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