Html Css Color HEX #F28573 Salmon

📋 copy color: '#F28573'

red 242 ◦ green 133 ◦ blue 115

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

Shades of Salmon #F28573

Tints of Salmon #F28573

RGB

 RED value IS 242 (94.92% from 255) = 49.39%

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

 BLUE value IS 115 (45.31% from 255) = 23.47%

R = 49.39%
G = 27.14%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F28573 (or 0xF28573) is known color: Salmon. HEX triplet: F2, 85 and 73. RGB value is (242,133,115). Sum of RGB (Red+Green+Blue) = 242+133+115=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F28573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28573 is #0D7A8C. Grayscale: #A3A3A3. Windows color (decimal): -883341 or 7570930. OLE color: 7570930.

HSL color Cylindrical-coordinate representation of color #F28573: hue angle of 8.5º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F28573 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 133 115 -
CMYK 0 0.45 0.52 0.05
HSL 8.5º 0.83% 0.7% -
HSV(B) 8.5º 0.52% 0.95% -
XYZ 48.1 36.89 20.81 -
YUV 163.54 100.61 183.96 -
System Red Green Blue C M Y K H S L
Decimal 242 133 115 0 0.45 0.52 0.05 8.5 0.83 0.7
Hex F2 85 73 0 2D 34 5 9 53 46
Octal 362 205 163 0 55 64 5 11 123 106
Binary 11110010 10000101 1110011 0 101101 110100 101 1001 1010011 1000110

Color Harmonies of #F28573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28573

Black with #F28573

Text Example


Text Example

White with #F28573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28573; }

 p { color: rgb(242,133,115); }

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

background-color css

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

 a { background-color: rgb(242,133,115); }

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

border-color css

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

 span { border-color: rgb(242,133,115); }

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