Html Css Color HEX #F59693 Sweet Pink

📋 copy color: '#F59693'

red 245 ◦ green 150 ◦ blue 147

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

Shades of Sweet Pink #F59693

Tints of Sweet Pink #F59693

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.68%

 BLUE value IS 147 (57.81% from 255) = 27.12%

R = 45.2%
G = 27.68%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.4

 K value IS 0.04

RGB Variations

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

Color information

#F59693 (or 0xF59693) is known color: Sweet Pink. HEX triplet: F5, 96 and 93. RGB value is (245,150,147). Sum of RGB (Red+Green+Blue) = 245+150+147=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F59693 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59693 is #0A696C. Grayscale: #B2B2B2. Windows color (decimal): -682349 or 9672437. OLE color: 9672437.

HSL color Cylindrical-coordinate representation of color #F59693: hue angle of 1.84º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F59693 is Cyan = 0, Magento = 0.39, Yellow = 0.4 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 150 147 -
CMYK 0 0.39 0.4 0.04
HSL 1.84º 0.83% 0.77% -
HSV(B) 1.84º 0.4% 0.96% -
XYZ 53.83 43.33 33.13 -
YUV 178.06 110.47 175.74 -
System Red Green Blue C M Y K H S L
Decimal 245 150 147 0 0.39 0.4 0.04 1.84 0.83 0.77
Hex F5 96 93 0 27 28 4 2 53 4D
Octal 365 226 223 0 47 50 4 2 123 115
Binary 11110101 10010110 10010011 0 100111 101000 100 10 1010011 1001101

Color Harmonies of #F59693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59693

Black with #F59693

Text Example


Text Example

White with #F59693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59693; }

 p { color: rgb(245,150,147); }

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

background-color css

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

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

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

border-color css

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

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

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