Html Css Color HEX #F58F85 Sweet Pink

📋 copy color: '#F58F85'

red 245 ◦ green 143 ◦ blue 133

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

Shades of Sweet Pink #F58F85

Tints of Sweet Pink #F58F85

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.45%

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

R = 47.02%
G = 27.45%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F58F85 (or 0xF58F85) is known color: Sweet Pink. HEX triplet: F5, 8F and 85. RGB value is (245,143,133). Sum of RGB (Red+Green+Blue) = 245+143+133=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58F85 is #0A707A. Grayscale: #ACACAC. Windows color (decimal): -684155 or 8753141. OLE color: 8753141.

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

Color convert

RGB 245 143 133 -
CMYK 0 0.42 0.46 0.04
HSL 5.36º 0.85% 0.74% -
HSV(B) 5.36º 0.46% 0.96% -
XYZ 51.71 40.75 27.33 -
YUV 172.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 245 143 133 0 0.42 0.46 0.04 5.36 0.85 0.74
Hex F5 8F 85 0 2A 2E 4 5 55 4A
Octal 365 217 205 0 52 56 4 5 125 112
Binary 11110101 10001111 10000101 0 101010 101110 100 101 1010101 1001010

Color Harmonies of #F58F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58F85

Black with #F58F85

Text Example


Text Example

White with #F58F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58F85; }

 p { color: rgb(245,143,133); }

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

background-color css

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

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

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

border-color css

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

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

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