Html Css Color HEX #F58E8E Sweet Pink

📋 copy color: '#F58E8E'

red 245 ◦ green 142 ◦ blue 142

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

Shades of Sweet Pink #F58E8E

Tints of Sweet Pink #F58E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.84%

R = 46.31%
G = 26.84%
B = 26.84%

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

#F58E8E (or 0xF58E8E) is known color: Sweet Pink. HEX triplet: F5, 8E and 8E. RGB value is (245,142,142). Sum of RGB (Red+Green+Blue) = 245+142+142=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F58E8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58E8E is #0A7171. Grayscale: #ACACAC. Windows color (decimal): -684402 or 9342709. OLE color: 9342709.

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

Color convert

RGB 245 142 142 -
CMYK 0 0.42 0.42 0.04
HSL 0.84% 0.76% -
HSV(B) 0.42% 0.96% -
XYZ 52.21 40.71 30.7 -
YUV 172.8 110.62 179.5 -
System Red Green Blue C M Y K H S L
Decimal 245 142 142 0 0.42 0.42 0.04 0 0.84 0.76
Hex F5 8E 8E 0 2A 2A 4 0 54 4C
Octal 365 216 216 0 52 52 4 0 124 114
Binary 11110101 10001110 10001110 0 101010 101010 100 0 1010100 1001100

Color Harmonies of #F58E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58E8E

Black with #F58E8E

Text Example


Text Example

White with #F58E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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