Html Css Color HEX #F38570 Salmon

📋 copy color: '#F38570'

red 243 ◦ green 133 ◦ blue 112

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

Shades of Salmon #F38570

Tints of Salmon #F38570

RGB

 RED value IS 243 (95.31% from 255) = 49.8%

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

 BLUE value IS 112 (44.14% from 255) = 22.95%

R = 49.8%
G = 27.25%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F38570 (or 0xF38570) is known color: Salmon. HEX triplet: F3, 85 and 70. RGB value is (243,133,112). Sum of RGB (Red+Green+Blue) = 243+133+112=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F38570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38570 is #0C7A8F. Grayscale: #A3A3A3. Windows color (decimal): -817808 or 7374323. OLE color: 7374323.

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

Color convert

RGB 243 133 112 -
CMYK 0 0.45 0.54 0.05
HSL 9.62º 0.85% 0.7% -
HSV(B) 9.62º 0.54% 0.95% -
XYZ 48.27 37 19.93 -
YUV 163.5 98.94 184.71 -
System Red Green Blue C M Y K H S L
Decimal 243 133 112 0 0.45 0.54 0.05 9.62 0.85 0.7
Hex F3 85 70 0 2D 36 5 A 55 46
Octal 363 205 160 0 55 66 5 12 125 106
Binary 11110011 10000101 1110000 0 101101 110110 101 1010 1010101 1000110

Color Harmonies of #F38570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38570

Black with #F38570

Text Example


Text Example

White with #F38570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38570; }

 p { color: rgb(243,133,112); }

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

background-color css

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

 a { background-color: rgb(243,133,112); }

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

border-color css

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

 span { border-color: rgb(243,133,112); }

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