Html Css Color HEX #F58568 Salmon

📋 copy color: '#F58568'

red 245 ◦ green 133 ◦ blue 104

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

Shades of Salmon #F58568

Tints of Salmon #F58568

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.59%

 BLUE value IS 104 (41.02% from 255) = 21.58%

R = 50.83%
G = 27.59%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F58568 (or 0xF58568) is known color: Salmon. HEX triplet: F5, 85 and 68. RGB value is (245,133,104). Sum of RGB (Red+Green+Blue) = 245+133+104=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F58568 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58568 is #0A7A97. Grayscale: #A3A3A3. Windows color (decimal): -686744 or 6850037. OLE color: 6850037.

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

Color convert

RGB 245 133 104 -
CMYK 0 0.46 0.58 0.04
HSL 12.34º 0.88% 0.68% -
HSV(B) 12.34º 0.58% 0.96% -
XYZ 48.54 37.19 17.72 -
YUV 163.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 245 133 104 0 0.46 0.58 0.04 12.34 0.88 0.68
Hex F5 85 68 0 2E 3A 4 C 58 44
Octal 365 205 150 0 56 72 4 14 130 104
Binary 11110101 10000101 1101000 0 101110 111010 100 1100 1011000 1000100

Color Harmonies of #F58568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58568

Black with #F58568

Text Example


Text Example

White with #F58568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58568; }

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

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

background-color css

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

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

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

border-color css

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

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

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