Html Css Color HEX #F58E86 Sweet Pink

📋 copy color: '#F58E86'

red 245 ◦ green 142 ◦ blue 134

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

Shades of Sweet Pink #F58E86

Tints of Sweet Pink #F58E86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.72%

R = 47.02%
G = 27.26%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F58E86 (or 0xF58E86) is known color: Sweet Pink. HEX triplet: F5, 8E and 86. RGB value is (245,142,134). Sum of RGB (Red+Green+Blue) = 245+142+134=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F58E86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58E86 is #0A7179. Grayscale: #ACACAC. Windows color (decimal): -684410 or 8818421. OLE color: 8818421.

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

Color convert

RGB 245 142 134 -
CMYK 0 0.42 0.45 0.04
HSL 4.32º 0.85% 0.74% -
HSV(B) 4.32º 0.45% 0.96% -
XYZ 51.63 40.48 27.65 -
YUV 171.89 106.62 180.15 -
System Red Green Blue C M Y K H S L
Decimal 245 142 134 0 0.42 0.45 0.04 4.32 0.85 0.74
Hex F5 8E 86 0 2A 2D 4 4 55 4A
Octal 365 216 206 0 52 55 4 4 125 112
Binary 11110101 10001110 10000110 0 101010 101101 100 100 1010101 1001010

Color Harmonies of #F58E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58E86

Black with #F58E86

Text Example


Text Example

White with #F58E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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